type SerializedJsonFieldType:
| number
| boolean
| string
| null
| undefined
| SerializedJsonFieldType[]
| object;
type SerializedJsonFieldType:
| number
| boolean
| string
| null
| undefined
| SerializedJsonFieldType[]
| object;