Boost C++ 库

...世界上最受尊敬和设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

Next

第 1 章。Boost.JSON

Vinnie Falco

Krystian Stasiowski

Dmitry Arkhipov

根据 Boost 软件许可,版本 1.0 分发。(参见随附文件 LICENSE_1_0.txt 或复制于 https://boost.ac.cn/LICENSE_1_0.txt)

目录

概述
要求
质量保证
快速浏览
文档模型
value (值)
string (字符串)
array (数组)
object (对象)
Numbers (数字)
Initializer Lists (初始化列表)
Accessing Deeply Nested Elements (访问深度嵌套的元素)
Value Conversion (值转换)
Custom conversions (自定义转换)
Non-throwing conversions (非抛出转换)
Allocation control (分配控制)
Contextual conversions (上下文转换)
Avoiding physical dependency (避免物理依赖)
Direct conversion (直接转换)
Conversion customization guidelines (转换定制指南)
Allocators (分配器)
Background (背景)
storage_ptr
Uses-allocator construction (使用分配器的构造)
Input/Output (输入/输出)
Parsing (解析)
Avoiding Dynamic Allocations (避免动态分配)
Serializing (序列化)
Examples (示例)
Pretty (美化)
Validate (验证)
Allocator-aware conversion (分配器感知的转换)
CBOR
Frequently Asked Questions (常见问题)
Benchmarks (基准测试)
Comparison to Other Libraries (与其他库的比较)
Reference (参考)
Release Notes (发行说明)
Index (索引)

Next