pub(crate) fn describe_inner(artefact: &str, id: &str, json: &Value) -> String
Expand description

Returns a formatted JSON string representing a specific value in a JSON structure.

Arguments

  • artefact - The key of the parent value in the JSON structure. If empty all json is returned.
  • id - The key of the specific value within the parent value or ‘_list’ to return children ids. If empty all artefact are returned.
  • json - The JSON structure represented as a serde_json::Value.