mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 16:02:29 +02:00
Integrate Poco::Web::JSON parser
This commit is contained in:
@@ -1193,6 +1193,7 @@ void JSONTest::testInvalidJanssonFiles()
|
||||
std::cout << filePath.toString() << std::endl;
|
||||
|
||||
Parser parser;
|
||||
parser.allowNullByte(false);
|
||||
Var result;
|
||||
|
||||
try
|
||||
@@ -1235,6 +1236,7 @@ void JSONTest::testInvalidUnicodeJanssonFiles()
|
||||
std::cout << filePath.toString() << std::endl;
|
||||
|
||||
Parser parser;
|
||||
parser.allowNullByte(false);
|
||||
Var result;
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user