pub(crate) fn canonicalize_json_path(path: &str) -> Cow<'_, str>Expand description
Canonicalize a json path key to always start from the root of the document. Read more about json path syntax: https://goessner.net/articles/JsonPath/
pub(crate) fn canonicalize_json_path(path: &str) -> Cow<'_, str>Canonicalize a json path key to always start from the root of the document. Read more about json path syntax: https://goessner.net/articles/JsonPath/