Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A C++ library for interacting with JSON.

License

NotificationsYou must be signed in to change notification settings

open-source-parsers/jsoncpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badgebadgebadgeCoverage Status

JSON is a lightweight data-interchange format. It can representnumbers, strings, ordered sequences of values, and collections of name/valuepairs.

JsonCpp is a C++ library that allows manipulating JSON values, includingserialization and deserialization to and from strings. It can also preserveexisting comment in unserialization/serialization steps, making it a convenientformat to store user input files.

Documentation

JsonCpp documentation is generated usingDoxygen.

A note on backward-compatibility

  • 1.y.z is built with C++11.
  • 0.y.z can be used with older compilers.
  • 00.11.z can be used both in old and new compilers.
  • Major versions maintain binary-compatibility.

Special note

The branch00.11.zis a new branch, its major version number00 is to show that it isdifferent from0.y.z and1.y.z, the main purpose of this branch is to make a balancebetween the other two branches. Thus, users can use some new features in this new branchthat introduced in 1.y.z, but can hardly applied into 0.y.z.

Using JsonCpp in your project

The vcpkg dependency manager

You can download and install JsonCpp using thevcpkg dependency manager:

git clone https://github.com/Microsoft/vcpkg.gitcd vcpkg./bootstrap-vcpkg.sh./vcpkg integrate install./vcpkg install jsoncpp

The JsonCpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, pleasecreate an issue or pull request on the vcpkg repository.

Amalgamated source

https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated-(Possibly-outdated)

The Meson Build System

If you are using theMeson Build System, then you can get a wrap file by downloading it fromMeson WrapDB, or simply usemeson wrap install jsoncpp.

Other ways

If you have trouble, see theWiki, or post a question as an Issue.

License

See theLICENSE file for details. In summary, JsonCpp is licensed under theMIT license, or public domain if desired and recognized in your jurisdiction.

About

A C++ library for interacting with JSON.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp