![]() |
Copyright © 2019, 2020 Vinnie Falco
Copyright © 2020 Krystian Stasiowski
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Boost.JSON is a portable C++ library which implements the JSON Data Interchange Syntax, providing algorithms for parsing and serialization, as well as a robust and performant container to permit inspection and modification of JSON Text in memory.
A review of the requirements and features included in Boost.JSON, rationale and design information, answers to frequently asked questions, and credits.
A quick look at how to use the library, followed by more in-depth explanation on how each part works.
Some example programs which demonstrate the use of the library to perform various tasks.
Compares the design and usage of this library against many other existing libraries.
Shows the performance of this library for typical workloads against the performance of other comparable libraries.
Detailed function and type reference.
Last revised: September 12, 2020 at 23:20:42 GMT |