pub fn render_obj(json: &Value) -> Value
Render a Json Object into json Object.
json
A serde_json::Value representing the rendered output.
serde_json::Value