JSONb: JSON parser that uses byte strings.
This parser consumes lazy ByteStrings to produce JSON in a simple, efficient format backed with strict ByteStrings, Rationals and ByteString tries. See the schema generation tools and the command line JSON schema generator (in the examples subdir) for an example of how to use the parsing tools.
Have you considered aeson
(http://hackage.haskell.org/package/aeson), a
newer, extensively benchmarked JSON parsing library?
[Skip to Readme]
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
cli | Enable command line tool. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- JSONb-1.0.8.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8 |
---|---|
Dependencies | attoparsec (>=0.10), base (>=2 && <=5), bytestring (>=0.9 && <0.10), bytestring-nums (>=0.3.1), bytestring-trie (>=0.1.4), containers, utf8-string (>=0.3) [details] |
License | BSD-3-Clause |
Author | Jason Dusek |
Maintainer | oss@solidsnack.be |
Revised | Revision 1 made by AdamBergmark at 2015-07-13T12:30:22Z |
Category | Text |
Home page | http://github.com/solidsnack/JSONb/ |
Source repo | head: git clone http://github.com/solidsnack/JSONb.git |
Uploaded | by JasonDusek at 2012-02-10T05:48:44Z |
Distributions | |
Reverse Dependencies | 5 direct, 336 indirect [details] |
Executables | json-schema |
Downloads | 9994 total (35 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |