Function cpython_json::from_json [] [src]

pub fn from_json(py: Python, json: Value) -> Result<PyObject, JsonError>

Convert from a serde_json::Value to a cpython::PyObject.