json_pointer: add first revision

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2016-10-25 17:39:16 +03:00
parent aaba8c1080
commit 0e91183300
8 changed files with 327 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ copy json_config.h.win32 json_config.h
<ClCompile Include="arraylist.c" />
<ClCompile Include="debug.c" />
<ClCompile Include="json_object.c" />
<ClCompile Include="json_pointer.c" />
<ClCompile Include="json_tokener.c" />
<ClCompile Include="json_util.c" />
<ClCompile Include="linkhash.c" />
@@ -146,6 +147,7 @@ copy json_config.h.win32 json_config.h
<ClInclude Include="json_inttypes.h" />
<ClInclude Include="json_object.h" />
<ClInclude Include="json_object_private.h" />
<ClInclude Include="json_pointer.h" />
<ClInclude Include="json_tokener.h" />
<ClInclude Include="json_util.h" />
<ClInclude Include="linkhash.h" />