Skip to content

jsoncpp parse "1xxx"(with numeric prefix) string return true #383

@pinguo-huangqi

Description

@pinguo-huangqi

Json::Value data;
Json::Reader reader;
if (!reader.parse("111", data, false))
{
printf("Parse failed!!!\n");
return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions