poco/JSON/src
2021-06-15 20:18:41 +02:00
..
Array.cpp code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
Handler.cpp remove remaining $Id$ tags from file headers 2017-10-31 16:01:51 +01:00
JSONException.cpp remove remaining $Id$ tags from file headers 2017-10-31 16:01:51 +01:00
Object.cpp code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
ParseHandler.cpp #3309: optimize parsing from stream (no copying of entire JSON to memory); limit maximum depth to avoid stack overflow with malicious documents (fuzzing - #3285); code cleanup 2021-06-15 18:55:59 +02:00
Parser.cpp #3309: optimize parsing from stream (no copying of entire JSON to memory); limit maximum depth to avoid stack overflow with malicious documents (fuzzing - #3285); code cleanup 2021-06-15 18:55:59 +02:00
ParserImpl.cpp JSON Parser performance improvements 2021-06-15 20:18:41 +02:00
pdjson.c upgrade bundled pdjson to latest master 2021-06-14 17:56:53 +02:00
pdjson.h upgrade bundled pdjson to latest master 2021-06-14 17:56:53 +02:00
PrintHandler.cpp #2142 #2137 cherry pick 2 2018-02-08 19:45:37 -06:00
Query.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
Stringifier.cpp fix toJSON function and some VS warnings 2018-02-08 19:46:02 -06:00
Template.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
TemplateCache.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00