JSONValue type
type JSONValue =
| boolean
| number
| string
| null
| JSONArray
| JSONObject
| Date
لم يعد هذا المتصفح مدعومًا.
بادر بالترقية إلى Microsoft Edge للاستفادة من أحدث الميزات والتحديثات الأمنية والدعم الفني.
type JSONValue =
| boolean
| number
| string
| null
| JSONArray
| JSONObject
| Date