Skip to content

error in README.md #77

@phonicmouse

Description

@phonicmouse

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions