Skip to main content

Module json

Module json 

Source
Expand description

JSON value aliases shared by the whole specification.

Ferrin uses serde_json types directly instead of defining its own JSON model. The aliases exist so that the specification reads uniformly and so that a future change of representation touches one place.

Functions§

is_none_or_empty_object
Returns true when an optional JSON object is None or empty.

Type Aliases§

JsonObject
A JSON object (string keys, insertion order preserved).
JsonValue
A JSON value.