-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
under the Filtering section:
char** jsonFilter = {"name,"format","height","width",NULL};
aJsonObject* jsonObject = aJson.parse(json_string,jsonFilter);it lost a "...
it should be:
char** jsonFilter = {"name","format","height","width",NULL};
aJsonObject* jsonObject = aJson.parse(json_string,jsonFilter);Metadata
Metadata
Assignees
Labels
No labels