JSONb: JSON parser that uses byte strings.

[ bsd3, library, text ] [ Propose Tags ]

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]

Flags

Automatic Flags
NameDescriptionDefault
cli

Enable command line tool.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Package maintainers

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, 331 indirect [details]
Executables json-schema
Downloads 9792 total (11 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]

Readme for JSONb-1.0.8

[back to package description]
  JSONb is a library for parsing JSON from strict ByteStrings, based on
  AttoParsec. It assumes the input is UTF-8.