Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: M2X_dev MTS_M2x_Example1 MTS_M2x_Example m2x-demo-all ... more
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.
Generated on Thu Jul 28 2022 08:30:58 by
1.7.2