Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
Next

Chapter 1. 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)

Table of Contents

Overview
Requirements
Supported Compilers
Security Review (Bishop Fox)
Quick Look
Document Model
value
string
array
object
Numbers
Value Conversion
Initializer Lists
Accessing Deeply Nested Elements
Allocators
Background
storage_ptr
Uses-allocator construction
Input/Output
Parsing
Avoiding Dynamic Allocations
Serializing
Examples
Pretty
Validate
Frequently Asked Questions
Benchmarks
Comparison to Other Libraries
Reference
Release Notes
Index

Last revised: August 04, 2022 at 02:51:23 GMT


Next