JSONの解析
Parse JSON
JavaScript
JSON.parse
https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse
VBScript
HtmlFile オブジェクトを使うと外部に任せることができる。
http://bougyuusonnin.seesaa.net/article/446183415.html
参考
厳格なJSONパーザーの作り方 https://roundwide.com/ja/how-to-make-json-parser-strict/
JSON Parsing Test Suite の紹介
JSON Parsing Test Suite https://github.com/nst/JSONTestSuite
関連
JSONファイルの読み込み