pub fn set_overwrite(
    json: &str,
    path: &str,
    value: &str
) -> Result<String, GJSONError>