Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidsnack/jsonb
Parses JSON from byte strings (instead of character strings).
https://github.com/solidsnack/jsonb
Last synced: about 2 months 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 (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-10T05:51:26.000Z (almost 13 years ago)
- Last Synced: 2024-04-26T01:31:09.049Z (9 months ago)
- Language: Haskell
- Homepage:
- Size: 216 KB
- Stars: 12
- Watchers: 4
- 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.