- 追加された行はこの色です。
- 削除された行はこの色です。
- JSON へ行く。
* 仕様 [#spec]
- ECMA-262 5.1 Edition / June 2011 ECMAScript Language Specification
-- http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
- ECMA-404 1st Edition / October 2013 The JSON Data Interchange Format
-- http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf
5.1.5 The JSON Grammar
The JSON grammar is used to translate a String describing a set of ECMAScript objects into actual objects.
The JSON grammar is given in 15.12.1.
* 解説 [#k5cc59f0]
- JSON の紹介
-- http://www.json.org/json-ja.html
* C++ [#r2a7e982]
- [[PicoJSON]]
- https://github.com/nlohmann/json
- https://github.com/open-source-parsers/jsoncpp
* C言語 [#n8b61b93]
- [[Jansson]]
- [[JSMN]]
- [[JSON-C]]
*. [#w6f672c7]
- JSON Web Token ([[JWT]])