utils

Values

pub fn glee_extract_value_from_json(
  json: String,
  parent: String,
  key: String,
) -> String

Extract a value from a JSON string by specifying the parent and key.

Search Document