mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-18 11:02:25 +01:00
Var/JSON changes
- JSON support for Dynamic Struct and Array - added VarIterator - modified behavior of empty Var
This commit is contained in:
@@ -393,6 +393,7 @@
|
||||
<ClCompile Include="src\UTF32Encoding.cpp" />
|
||||
<ClCompile Include="src\Var.cpp" />
|
||||
<ClCompile Include="src\VarHolder.cpp" />
|
||||
<ClCompile Include="src\VarIterator.cpp" />
|
||||
<ClCompile Include="src\Void.cpp" />
|
||||
<ClCompile Include="src\Base32Decoder.cpp" />
|
||||
<ClCompile Include="src\Base32Encoder.cpp" />
|
||||
@@ -1001,6 +1002,7 @@
|
||||
<ClInclude Include="include\Poco\Dynamic\Struct.h" />
|
||||
<ClInclude Include="include\Poco\Dynamic\Var.h" />
|
||||
<ClInclude Include="include\Poco\Dynamic\VarHolder.h" />
|
||||
<ClInclude Include="include\Poco\Dynamic\VarIterator.h" />
|
||||
<ClInclude Include="include\Poco\Environment.h" />
|
||||
<ClInclude Include="include\Poco\Environment_UNIX.h" />
|
||||
<ClInclude Include="include\Poco\Environment_VMS.h" />
|
||||
|
||||
Reference in New Issue
Block a user