Structs§
Enums§
Functions§
- document_
to_ json - Converts an internal
Documentinto a clean, client-friendlyserde_json::Value. - json_
to_ insert_ data - Converts an incoming
serde_json::Value(from a request body) into theHashMap<String, Value>that ourinsert_mapfunction expects. - json_
to_ value - Recursively converts a
serde_json::Valueinto an internalValue.