ceph_rust::json

Function json_data

Source
pub fn json_data(json_str: &str) -> Option<JsonData>
Expand description

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.