Added JSON_PROXY to copy arrays and objects by reference

This commit is contained in:
Benoit Blanchon
2014-10-09 18:20:40 +02:00
parent bf2d726746
commit 35eaa55b3a
12 changed files with 138 additions and 66 deletions

View File

@@ -83,6 +83,7 @@
<ClInclude Include="Internals\JsonWriter.h" />
<ClInclude Include="JsonContainer.h" />
<ClInclude Include="Internals\JsonNodeIterator.h" />
<ClInclude Include="Internals\JsonNodeWrapper.h" />
<ClInclude Include="JsonObject.h" />
<ClInclude Include="JsonValue.h" />
<ClInclude Include="Arduino\Print.h" />