menu

destack:json

import destack:json

Classes

  1. JSONJavaScript-shaped JSON API.
  2. JsonDeserializerJSON decoder.
  3. JsonSerializerJSON encoder.

Structs

  1. JsonErrorJSON parse, stringify, encode, or decode error.
  2. JsonParseContextSource context passed to a JSON reviver.

Enums

  1. JsonErrorKindJSON error category.

Newtypes

  1. JsonJSON value.

Type aliases

  1. JsonArrayJSON array value.
  2. JsonDeserializeValue that can be decoded from JSON.
  3. JsonObjectJSON object value.
  4. JsonPathSegmentJSON object key or array index.
  5. JsonReplacerFunction that transforms JSON values before serialization.
  6. JsonReviverFunction that transforms parsed JSON values.
  7. JsonSerializeValue that can encode itself as JSON.

Functions

  1. decodeDecode typed JSON text.
  2. encodeEncode a typed value as JSON text.
  3. encodeJsonSerialize an already materialized JSON value.
  4. parseParse JSON text.
  5. stringifySerialize a JSON value.