مشاركة عبر


JSONValue type

type JSONValue =
  | boolean
  | number
  | string
  | null
  | JSONArray
  | JSONObject
  | Date