@hackage JSONb1.0.4
JSON parser that uses byte strings.
Installation
Dependencies (7)
- attoparsec >=0.8 && <0.9
- base >=2 && <=4.5
- bytestring >=0.9 && <0.10
- bytestring-nums >=0.3.1
- bytestring-trie >=0.1.4 && <0.2.4
- containers Show all…
Dependents (5)
@hackage/jspath, @hackage/acme-everything, @hackage/JSON-Combinator-Examples, @hackage/data-object-json, @hackage/JSON-Combinator
JSONb is a library for parsing JSON from strict ByteStrings, based on AttoParsec. It assumes the input is UTF-8.