Add new JSON library that is licensed under public domain.
commit141ea11265b81479d290e97779fce0a90a51d8f8
authorTobias Grosser <tobias@grosser.es>
Thu, 28 Apr 2011 11:16:48 +0000 (28 13:16 +0200)
committerTobias Grosser <tobias@grosser.es>
Thu, 28 Apr 2011 16:11:38 +0000 (28 18:11 +0200)
tree98286abb05362ca7acaf6adaf2249aadfede0493
parentf520e0fbb85c504b22c4dc3c4268d2a891433b7f
Add new JSON library that is licensed under public domain.

Also remove the old GPL licensed JSON library.
28 files changed:
CMakeLists.txt
LICENSE.txt
Makefile.config.in
include/polly/json.h [deleted file]
include/polly/json_helper.h [deleted file]
lib/CMakeLists.txt
lib/Exchange/JSONExporter.cpp
lib/JSON/CMakeLists.txt [new file with mode: 0755]
lib/JSON/LICENSE.txt [new file with mode: 0644]
lib/JSON/include/json/autolink.h [new file with mode: 0644]
lib/JSON/include/json/config.h [new file with mode: 0644]
lib/JSON/include/json/features.h [new file with mode: 0644]
lib/JSON/include/json/forwards.h [new file with mode: 0644]
lib/JSON/include/json/json.h [new file with mode: 0644]
lib/JSON/include/json/reader.h [new file with mode: 0644]
lib/JSON/include/json/value.h [new file with mode: 0644]
lib/JSON/include/json/writer.h [new file with mode: 0644]
lib/JSON/json_batchallocator.h [new file with mode: 0644]
lib/JSON/json_internalarray.inl [new file with mode: 0644]
lib/JSON/json_internalmap.inl [new file with mode: 0644]
lib/JSON/json_reader.cpp [new file with mode: 0644]
lib/JSON/json_value.cpp [new file with mode: 0644]
lib/JSON/json_valueiterator.inl [new file with mode: 0644]
lib/JSON/json_writer.cpp [new file with mode: 0644]
lib/JSON/sconscript [new file with mode: 0644]
lib/Makefile
lib/json.c [deleted file]
lib/json_helper.c [deleted file]