Skip to main content

encode_json_value_with_context

Function encode_json_value_with_context 

Source
fn encode_json_value_with_context(
    json: Value,
    context: &mut JsonContext<'_>,
) -> Result<JsonValue>
Expand description

Helper function to encode a JSON value to a Value and determine its ConcreteDataType with context