Expand description
JSON utilities.
Functions§
- Get the keys of a JSON object. Returns an
anyhow::Error
if the value is not an object. - Get the length of a JSON array. Returns an
anyhow::Error
if the value is not an array. - Get the values of a JSON object. Returns an
anyhow::Error
if the value is not an object.