Copyright © 2012 Marc Worrell
Authors: Marc Worrell.
| from_mochijson/2 | Convert a (nested) JSON document to nested property lists Properties are not converted to. |
| json_escape/1 | JSON escape for safe quoting of JSON strings. |
| to_mochijson/2 | Convert a (nested) property to mochijson:encode/1 format. |
from_mochijson(N, Context) -> any()
Convert a (nested) JSON document to nested property lists Properties are not converted to
json_escape(Value) -> any()
JSON escape for safe quoting of JSON strings. Subtly different from JS escape, see http://www.json.org/
to_mochijson(PS, Context) -> any()
Convert a (nested) property to mochijson:encode/1 format. Select the language in the context for {trans, _} values.
Generated by EDoc, Dec 10 2012, 20:44:34.