The JSONb package
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?
Properties
| Versions | 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), bytestring-nums (≥0.3.1), bytestring-trie (≥0.1.4), containers, utf8-string (≥0.3) |
| License | BSD3 |
| Author | Jason Dusek |
| Maintainer | oss@solidsnack.be |
| Category | Text |
| Home page | http://github.com/solidsnack/JSONb/ |
| Source repository | git clone http://github.com/solidsnack/JSONb.git |
| Executables | json-schema |
| Upload date | Fri Feb 10 05:48:44 UTC 2012 |
| Uploaded by | JasonDusek |
| Built on | ghc-7.4 |
Modules
Downloads
- JSONb-1.0.8.tar.gz (Cabal source package)
- package description (included in the package)