menu
destack:json
import destack:json
Classes
JSONJavaScript-shaped JSON API.JsonDeserializerJSON decoder.JsonSerializerJSON encoder.
Structs
JsonErrorJSON parse, stringify, encode, or decode error.JsonParseContextSource context passed to a JSON reviver.
Enums
JsonErrorKindJSON error category.
Newtypes
JsonJSON value.
Type aliases
JsonArrayJSON array value.JsonDeserializeValue that can be decoded from JSON.JsonObjectJSON object value.JsonPathSegmentJSON object key or array index.JsonReplacerFunction that transforms JSON values before serialization.JsonReviverFunction that transforms parsed JSON values.JsonSerializeValue that can encode itself as JSON.
Functions
decodeDecode typed JSON text.encodeEncode a typed value as JSON text.encodeJsonSerialize an already materialized JSON value.parseParse JSON text.stringifySerialize a JSON value.