Expand description
Helper free functions to read Rust values from serde_json::Value
Enums§
- From
Json Error - Indicate an error that occurred while trying to read a feattle value from JSON
Functions§
- extract_
array - Try to read as Array
- extract_
bool - Try to read as Bool
- extract_
f64 - Try to read as Number::f64
- extract_
i64 - Try to read as Number::i64
- extract_
null - Try to read as Null
- extract_
object - Try to read as Object
- extract_
str - Try to read as String
- extract_
u64 - Try to read as Number::u64