We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I didn't get the right answer when i take someone test
std::list<char> str; str.push_back('\"'); str.push_back('a'); str.push_back('\\'); str.push_back('\"'); std::string test{}; iguana::parse_item(test, str.begin(), str.end()); CHECK(test == "a");
the result of test is a\", not a
a\"
a
The string to be deserialized has fewer words,maybe lesser than 7, it will crash at json_util@line 132
The text was updated successfully, but these errors were encountered:
I think it's has been fixed, can be closed?
Sorry, something went wrong.
No branches or pull requests
I didn't get the right answer when i take someone test
the result of test is
a\"
, nota
The string to be deserialized has fewer words,maybe lesser than 7, it will crash at json_util@line 132
The text was updated successfully, but these errors were encountered: