The latest version of json-builder is 0.3-1.
json-builder
Version 0.0.1 revision 1 uploaded by GeorgeWilson.
Package meta
- Synopsis
- Data structure agnostic JSON serialization
- Description
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.
- Author
- Leon P Smith
- Bug reports
- http://github.com/lpsmith/json-builder/issues
- Category
- JSON
- Copyright
- (c) 2011 Leon P Smith
- Homepage
- http://github.com/lpsmith/json-builder
- Maintainer
- leon@melding-monads.com
- Package URL
- n/a
- Stability
- experimental