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() | gb_tree() | term()
proplist() = [{kvc_key(), kvc_obj()}]
| path/2 | Return the result of the query Path on P. |
| path/3 | |
| to_proplist/1 | Normalize P to nested proplists. |
| value/3 | Return the immediate result of the query for key K in P. |
Return the result of the query Path on P.
Normalize P to nested proplists.
Return the immediate result of the query for key K in P.
Generated by EDoc