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
truewhen an optional JSON object isNoneor empty.
Type Aliases§
- Json
Object - A JSON object (string keys, insertion order preserved).
- Json
Value - A JSON value.