[][src]Function wikibase::from_json::float_from_json

pub fn float_from_json(value: &Map<String, Value>, key: &str) -> Option<f64>

Serializes a numeric value to a f64 option

Takes a value of the following structure: {"key": "4"}