Skip to main content
JsonValue = null | boolean | number | string | readonly JsonValue[] | JsonObject
JSON으로 표현할 수 있는 값입니다.