[−][src]Module feattle_core::json_reading
Helper free functions to read Rust values from serde_json::Value
Enums
| FromJsonError | 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 |