BSD-3-Clause licensed by Leon P Smith
Maintained by [email protected]
This version can be pinned in stack with:json-builder-0.3@sha256:9cb399165750bdef42d1f07d5827f4b26f6e26c2b9b7e1290d8831d086459a8d,1892

Module documentation for 0.3

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.