12 lines
548 B
Plaintext
12 lines
548 B
Plaintext
|
URL: https://github.com/open-source-parsers/jsoncpp
|
||
|
Version: 0.y.z
|
||
|
License: PUBLIC DOMAIN
|
||
|
License File: LICENSE
|
||
|
Description: A C++ library for interacting with JSON.
|
||
|
|
||
|
Local Modifications:
|
||
|
- Extracted amalgamated source files from jsoncpp package.
|
||
|
- Creates a specific CMakeLists.txt
|
||
|
- Fixes MSVC warning C4512: 'Json::Exception' : assignment operator could not be generated.
|
||
|
- Modifies Value::asCString() to return an empty string instead of NULL when string length is 0.
|
||
|
- Sorts members by insertion time, in order to dump them in a defined order.
|