json-builder-0.3: Data structure agnostic JSON serialization

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

Versions0.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
Dependenciesbase (4.*), blaze-builder, blaze-textual, bytestring, containers, text, unordered-containers, utf8-string, vector
LicenseBSD3
Copyright(c) 2011-2012 Leon P Smith
AuthorLeon P Smith
Maintainerleon@melding-monads.com
Stabilityexperimental
CategoryJSON
Home pagehttp://github.com/lpsmith/json-builder
Bug trackerhttp://github.com/lpsmith/json-builder/issues
Source repositorygit clone http://github.com/lpsmith/json-builder
Upload dateFri Feb 1 19:53:37 UTC 2013
Uploaded byLeonSmith
Built onghc-7.6

Modules

Downloads