mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-28 15:41:22 +01:00
GH #119: JSON::Object holds values in ordered map
- fixed GH #119: JSON::Object holds values in ordered map - added PrintHandler - renamed DefaultHandler to ParseHandler - redefined DefaultHandler as typedef to ParseHandler
This commit is contained in:
@@ -365,7 +365,7 @@
|
||||
<File
|
||||
RelativePath=".\src\Array.cpp"/>
|
||||
<File
|
||||
RelativePath=".\src\DefaultHandler.cpp"/>
|
||||
RelativePath=".\src\ParseHandler.cpp"/>
|
||||
<File
|
||||
RelativePath=".\src\Handler.cpp"/>
|
||||
<File
|
||||
@@ -374,6 +374,8 @@
|
||||
RelativePath=".\src\Object.cpp"/>
|
||||
<File
|
||||
RelativePath=".\src\Parser.cpp"/>
|
||||
<File
|
||||
RelativePath=".\src\PrintHandler.cpp"/>
|
||||
<File
|
||||
RelativePath=".\src\Query.cpp"/>
|
||||
<File
|
||||
@@ -399,6 +401,10 @@
|
||||
RelativePath=".\include\Poco\JSON\Object.h"/>
|
||||
<File
|
||||
RelativePath=".\include\Poco\JSON\Parser.h"/>
|
||||
<File
|
||||
RelativePath=".\include\Poco\JSON\ParseHandler.h"/>
|
||||
<File
|
||||
RelativePath=".\include\Poco\JSON\PrintHandler.h"/>
|
||||
<File
|
||||
RelativePath=".\include\Poco\JSON\Query.h"/>
|
||||
<File
|
||||
|
||||
Reference in New Issue
Block a user