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

How to use the library to perform common tasks with JSON, including some examples.

Examples

Some example programs which demonstrate the use of the library to perform specific 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 popular existing libraries.

Reference

Detailed function and type reference.

Last revised: August 30, 2020 at 22:10:44 GMT


Next