We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472adb6 commit fd94025Copy full SHA for fd94025
src/lib_json/json_reader.cpp
@@ -311,7 +311,7 @@ bool Reader::readToken(Token& token) {
311
if (!ok)
312
token.type_ = tokenError;
313
token.end_ = current_;
314
- return true;
+ return ok;
315
}
316
317
void Reader::skipSpaces() {
@@ -1274,7 +1274,7 @@ bool OurReader::readToken(Token& token) {
1274
1275
1276
1277
1278
1279
1280
void OurReader::skipSpaces() {
0 commit comments