Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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.