Boost.JSON Logo

Next

Boost.JSON

Vinnie Falco

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.

Overview

A review of the requirements and features included in Boost.JSON, rationale and design information, answers to frequently asked questions, and credits.

Usage

A quick look at how to use the library, followed by more in-depth explanation on how each part works.

Examples

Some example programs which demonstrate the use of the library to perform various tasks.

Comparison

Compares the design and usage of this library against many other existing libraries.

Benchmarks

Shows the performance of this library for typical workloads against the performance of other comparable libraries.

Reference

Detailed function and type reference.

Last revised: September 12, 2020 at 23:20:42 GMT


Next