Boost C++ 函式庫

...全世界最受推崇且設計精良的 C++ 函式庫專案之一。 Herb SutterAndrei Alexandrescu,《C++ 程式碼規範

Next

第一章 Boost.JSON

Vinnie Falco

Krystian Stasiowski

Dmitry Arkhipov

依據 Boost 軟體授權條款 1.0 版發行。(請參閱隨附檔案 LICENSE_1_0.txt 或至 https://boost.dev.org.tw/LICENSE_1_0.txt 複製)

目錄

概述
需求
品質保證
快速瀏覽
文件模型
值 (value)
字串 (string)
陣列 (array)
物件 (object)
數字 (Numbers)
初始化清單 (Initializer Lists)
存取深層巢狀元素
值轉換
自訂轉換
非擲回例外轉換 (Non-throwing conversions)
配置控制
上下文轉換 (Contextual conversions)
避免實體依賴
直接解析
轉換自訂指南
配置器 (Allocators)
背景
storage_ptr
使用配置器建構 (Uses-allocator construction)
輸入/輸出
解析 (Parsing)
避免動態配置
序列化 (Serializing)
範例
格式化 (Pretty)
驗證 (Validate)
配置器感知轉換 (Allocator-aware conversion)
常見問題
基準測試
與其他函式庫的比較
參考
發行說明
索引

Next