Skip to main content

3. Values (值)

JSON值必须 (MUST) 是对象、数组、数字或字符串,或者是以下三个字面量名称之一:

false null true

字面量名称必须 (MUST) 是小写。不允许使用其他字面量名称。

value = false / null / true / object / array / number / string

false = %x66.61.6c.73.65 ; false

null = %x6e.75.6c.6c ; null

true = %x74.72.75.65 ; true