Replies: 1 comment
There's no way to do this without changing You could hack |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
is it possible to have a case insensitive search when a field is searched?
For example, if I have the statements:
Json::Value sourceToBeEncodedRoot;
string myString = myJsonRoot.get("myField", "").asString();
Is it possible by Json::Value to search "myField" in a case insensitive way?
Best regards
All reactions