Function ceph_rust::json::json_data
[−]
[src]
pub fn json_data(json_str: &str) -> Option<JsonData>
First json call that takes a JSON formatted string and converts it to JsonData object that can
then be traversed using json_find
via the key path.