Expand description
Python bindings for Params type conversion.
Functionsยง
- params_
to_ pydict - Converts
Params(IndexMap<String, Value>) to a Python dict. - pydict_
to_ params - Converts a Python dict to
Params(IndexMap<String, Value>). - value_
to_ pyobject - Helper function to convert a
serde_json::Valueto a Python object.