Module json
Source - ArrRef
- Stand-in for
&'a [Json]
- Jsons
- Stand-in for
Vec<Json>
. - ObjRef
- Stand-in for
&'a [(String, Json)]
.
- 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
.