Copyright © 2011 Bob Ippolito
Authors: Bob Ippolito (bob@redivi.com).
kvc_key() = binary() | atom() | string()
kvc_obj() = kvc_obj_node() | [kvc_obj_node()] | list()
kvc_obj_node() = proplist() | {struct, proplist()} | [{}] | dict:dict() | gb_trees:tree() | map() | term()
proplist() = [{kvc_key(), kvc_obj()}]
parse/1 | Parse a JSON Pointer. |
path/2 | Return the result of the query Path on P. |
path/3 | |
to_proplist/1 | Normalize P to nested proplists. |
unwrap_value/1 | Unwrap data (remove mochijson2 and jiffy specific constructions,
and also handle jsx empty objects). |
value/3 | Return the immediate result of the query for key K in P. |
parse(JSONPointer::string() | binary()) -> [binary()]
Parse a JSON Pointer
Return the result of the query Path on P.
Normalize P to nested proplists.
Unwrap data (remove mochijson2 and jiffy specific constructions,
and also handle jsx
empty objects)
Return the immediate result of the query for key K in P.
Generated by EDoc