Method
JsonReaderget_current_node
Declaration [src]
JsonNode*
json_reader_get_current_node (
JsonReader* reader
)
Return value
| Returns: | JsonNode |
The current node of the reader. |
|
| The data is owned by the instance. | |
The return value can be NULL. |