https://github.com/solidsnack/jsonb
Parses JSON from byte strings (instead of character strings).
https://github.com/solidsnack/jsonb
Last synced: about 1 year ago
JSON representation
Parses JSON from byte strings (instead of character strings).
- Host: GitHub
- URL: https://github.com/solidsnack/jsonb
- Owner: solidsnack
- License: other
- Created: 2010-01-10T00:06:08.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-02-10T05:51:26.000Z (over 14 years ago)
- Last Synced: 2025-04-23T00:48:46.066Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 216 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
JSONb is a library for parsing JSON from strict ByteStrings, based on
AttoParsec. It assumes the input is UTF-8.