| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Fri, 16 Jan 2026 23:44:29 GMT
X-Served-By: cache-dfw-kdal2120125-DFW, cache-bom-vanm7210053-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768607069.867803,VS0,VE372
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
JSONb: JSON parser that uses byte strings.
[Skip to Readme]
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 (https://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 |
| Uploaded | by JasonDusek at 2012-02-10T05:48:44Z |
| Revised | Revision 1 made by AdamBergmark at 2015-07-13T12:30:22Z |
| Category | Text |
| Home page | https://github.com/solidsnack/JSONb/ |
| Source repo | head: git clone https://github.com/solidsnack/JSONb.git |
| Distributions | |
| Reverse Dependencies | 5 direct, 348 indirect [details] |
| Executables | json-schema |
| Downloads | 10241 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] |
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.