Module json

Source

Structs§

ArrRef
Stand-in for &'a [Json]
Jsons
Stand-in for Vec<Json>.
ObjRef
Stand-in for &'a [(String, Json)].

Enums§

Json
Stand in for JSON, from serde_json.
JsonIdx
Sum type indicating where to find the data for each variant.
JsonsRef
Stand-in for &'a Json.