encode_json_object_with_context

Function encode_json_object_with_context 

Source
fn encode_json_object_with_context<'a>(
    json_object: Map<String, Value>,
    fields: Option<&StructType>,
    context: &JsonContext<'a>,
) -> Result<StructValue, Error>