Module feattle::json_reading[][src]

Expand description

Helper free functions to read Rust values from serde_json::Value

Enums

Indicate an error that occurred while trying to read a feattle value from JSON

Functions

Try to read as Array

Try to read as Bool

Try to read as Number::f64

Try to read as Number::i64

Try to read as Null

Try to read as Object

Try to read as String

Try to read as Number::u64