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 parsing (直接解析)
Conversion customization guidelines (转换自定义指南)
Allocators (分配器)
Background (背景)
storage_ptr
Uses-allocator construction (使用分配器的构造)
Input/Output (输入/输出)
Parsing (解析)
Avoiding Dynamic Allocations (避免动态分配)
Serializing (序列化)
Examples (示例)
Pretty (美化)
Validate (验证)
Allocator-aware conversion (分配器感知转换)
Frequently Asked Questions (常见问题解答)
Benchmarks (基准测试)
Comparison to Other Libraries (与其他库的比较)
Reference (参考)
Release Notes (发行说明)
Index (索引)

Next