pub fn delete_path<'a>(
    json: &'a str,
    path: &'a str
) -> Result<String, GJSONError>