js> var tree = {c0 : { c1 : ['abc', 'def'], c2 : 'ghi' } } js> tree.c0.c1 abc,def js> tree.c0.c1[1] def js> tree.c0.c1[0][2] c js> tree.c0.c2 ghi js> tree.c0.c2[1] h
JSON (JavaScript Object Notation) is a lightweight- JSON/簡単なテスト:基本
data-interchange format.