The json-builder package
Most json packages dictate a data structure that corresponds to json values. To serialize other values to json, then that value must be marshalled into the specified structure.
This library avoids this marshalling step, and is thus potentially more efficient when serializing arbitrary data structures. Unfortunately json-builder cannot yet read or process json data, and it's not clear to me yet how pull a similar kind of trick to avoid unnecessary data structures when parsing json data into arbitrary data types.
Properties
| Versions | 0.0, 0.0.1, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3 |
|---|---|
| Dependencies | base (4.*), blaze-builder, blaze-textual, bytestring, containers, text, unordered-containers, utf8-string, vector |
| License | BSD3 |
| Copyright | (c) 2011-2012 Leon P Smith |
| Author | Leon P Smith |
| Maintainer | leon@melding-monads.com |
| Stability | experimental |
| Category | JSON |
| Home page | http://github.com/lpsmith/json-builder |
| Bug tracker | http://github.com/lpsmith/json-builder/issues |
| Source repository | git clone http://github.com/lpsmith/json-builder |
| Upload date | Tue Jun 19 10:22:54 UTC 2012 |
| Uploaded by | LeonSmith |
| Built on | ghc-7.4 |
Modules
Downloads
- json-builder-0.2.5.tar.gz (Cabal source package)
- package description (included in the package)