mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-20 16:03:34 +02:00
update README
This commit is contained in:
parent
d9ffdc4bcb
commit
7c186e549f
1
AUTHORS
1
AUTHORS
@ -21,6 +21,7 @@ Braden McDorman <bmcdorman@gmail.com>
|
|||||||
Brandon Myers <bmyers1788@gmail.com>
|
Brandon Myers <bmyers1788@gmail.com>
|
||||||
Brendan Drew <brendan.drew@daqri.com>
|
Brendan Drew <brendan.drew@daqri.com>
|
||||||
chason <cxchao802@gmail.com>
|
chason <cxchao802@gmail.com>
|
||||||
|
Chen Guoping chenguopingdota@163.com
|
||||||
Chris Gilling <cgilling@iparadigms.com>
|
Chris Gilling <cgilling@iparadigms.com>
|
||||||
Christopher Dawes <christopher.dawes.1981@googlemail.com>
|
Christopher Dawes <christopher.dawes.1981@googlemail.com>
|
||||||
Christopher Dunn <cdunn2001@gmail.com>
|
Christopher Dunn <cdunn2001@gmail.com>
|
||||||
|
14
README.md
14
README.md
@ -1,11 +1,5 @@
|
|||||||
# JsonCpp
|
# JsonCpp
|
||||||
|
|
||||||
[](https://bintray.com/theirix/conan-repo/jsoncpp%3Atheirix)
|
|
||||||
[](https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE)
|
|
||||||
[](http://open-source-parsers.github.io/jsoncpp-docs/doxygen/index.html)
|
|
||||||
[](https://coveralls.io/github/open-source-parsers/jsoncpp?branch=master)
|
|
||||||
|
|
||||||
|
|
||||||
[JSON][json-org] is a lightweight data-interchange format. It can represent
|
[JSON][json-org] is a lightweight data-interchange format. It can represent
|
||||||
numbers, strings, ordered sequences of values, and collections of name/value
|
numbers, strings, ordered sequences of values, and collections of name/value
|
||||||
pairs.
|
pairs.
|
||||||
@ -17,6 +11,13 @@ serialization and deserialization to and from strings. It can also preserve
|
|||||||
existing comment in unserialization/serialization steps, making it a convenient
|
existing comment in unserialization/serialization steps, making it a convenient
|
||||||
format to store user input files.
|
format to store user input files.
|
||||||
|
|
||||||
|
## Release notes
|
||||||
|
The 00.11.z branch is a new version, its major version number `00` is to shows that it is
|
||||||
|
different from branch 0.y.z and 1.y.z. The main purpose of this branch is to give users a
|
||||||
|
third choice, that is, users can only have a copy of the code, but can build in different environments,
|
||||||
|
so it can be used with old or newer compilers.
|
||||||
|
The benefit is that users can used some new features in this new branch that introduced in 1.y.z,
|
||||||
|
but can hardly applied into 0.y.z.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
@ -30,6 +31,7 @@ format to store user input files.
|
|||||||
|
|
||||||
* `1.y.z` is built with C++11.
|
* `1.y.z` is built with C++11.
|
||||||
* `0.y.z` can be used with older compilers.
|
* `0.y.z` can be used with older compilers.
|
||||||
|
* `00.11.z` can be used with older compilers , with new features from `1.y.z`
|
||||||
* Major versions maintain binary-compatibility.
|
* Major versions maintain binary-compatibility.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user