@hackage json-b0.0.4
JSON parser that uses byte strings.
Installation
Dependencies (7)
- base >=2 && <4
- bytestring >=0.9
- containers
- bytestring-nums >=0.3.1
- bytestring-trie >=0.1.4
- bytestringparser-temporary >=0.4.1 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/data-object-json, @hackage/Hawk
JSONb is a library for parsing JSON from lazy ByteStrings. It assumes the input is UTF-8.
Test Suite
We test the library by:
. Pulling down large amounts of JSON from various web service providers.
. Parsing and unparsing the JSON with our parser.
. Feeding the original JSON along with our unparsed variety to the json.org parser.
. Testing that our parsed-unparsed JSON parses to the same JavaScript values as the original JSON from the point of view of the json.org parser.