Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このオブジェクト リテラルは有効な JSON です。
{ "foo" : "bar"}
この配列リテラルも同様です。
["foo", "bar", 1, 2, 3, null]
しかし、文字列自体はどうでしょうか?
"foo"
それとも数字そのもの?
0