JSON parsing library by Andrii Mamchur https://github.com/amamchur/jsonlite

Dependents:   M2X_dev MTS_M2x_Example1 MTS_M2x_Example m2x-demo-all ... more

Embed: (wiki syntax)

« Back to documentation index

jsonlite_callback_context Struct Reference

jsonlite_callback_context Struct Reference

Contains callback information. More...

#include <jsonlite.h>

Data Fields

jsonlite_parser parser
 jsonlite parser object that initiate callback.
void * client_state
 Reserved for client usage.

Detailed Description

Contains callback information.

Definition at line 609 of file jsonlite.h.


Field Documentation

void* client_state

Reserved for client usage.

Definition at line 618 of file jsonlite.h.

jsonlite_parser parser

jsonlite parser object that initiate callback.

Note:
You can use jsonlite_parser_suspend to stop tokenization.

Definition at line 614 of file jsonlite.h.