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:
aleks-f
2013-03-16 11:33:27 -05:00
parent fe6715890c
commit 42ff341cb9
34 changed files with 1249 additions and 328 deletions

View File

@@ -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