Public Types | |
| enum | { JS_MEMBER_REF , JS_ARRAY_REF } |
Public Attributes | |
| gboolean | used |
| enum JSONDotNotationElem:: { ... } | type |
| union { | |
| struct { | |
| gchar * name | |
| } member_ref | |
| struct { | |
| gint index | |
| } array_ref | |
| }; | |
| union { ... } |
| struct { ... } JSONDotNotationElem::array_ref |
| gint JSONDotNotationElem::index |
| struct { ... } JSONDotNotationElem::member_ref |
| gchar* JSONDotNotationElem::name |
| enum { ... } JSONDotNotationElem::type |
| gboolean JSONDotNotationElem::used |