Gateway C ABI
Loading...
Searching...
No Matches
json_testing.h
Go to the documentation of this file.
1
65#include "json.h"
66
78extern "C" GCJsonCallbacks
79gcGetJsonCallbacks(const char* json_data);
80
GCJsonCallbacks gcGetJsonCallbacks(const char *json_data)
Get the JSON callbacks from a JSON string.
void gcFreeJsonCallbacks(GCJsonCallbacks)
Free the JSON callbacks.
The JSON configuration data and parsing callbacks.
Definition json.h:65