destack:json import destack:json Classes - JSON — JavaScript-shaped JSON API. - JsonDeserializer — JSON decoder. - JsonSerializer — JSON encoder. Structs - JsonError — JSON parse, stringify, encode, or decode error. - JsonParseContext — Source context passed to a JSON reviver. Enums - JsonErrorKind — JSON error category. Newtypes - Json — JSON value. Type aliases - JsonArray — JSON array value. - JsonDeserialize — Value that can be decoded from JSON. - JsonObject — JSON object value. - JsonPathSegment — JSON object key or array index. - JsonReplacer — Function that transforms JSON values before serialization. - JsonReviver — Function that transforms parsed JSON values. - JsonSerialize — Value that can encode itself as JSON. Functions - decode — Decode typed JSON text. - encode — Encode a typed value as JSON text. - encodeJson — Serialize an already materialized JSON value. - parse — Parse JSON text. - stringify — Serialize a JSON value.