Module ceph_rust::json [] [src]

Functions

json_as_string

More specific String cast of an individual JsonData object.

json_data

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.

json_find

Looks for the parent object first and then the 'child' object. If the parent object is None then it only looks for the 'child' object. The parent object is used for situations where there may be 'child' objects with the same name.