Skip to main content

literal_from_simplified_json

Function literal_from_simplified_json 

Source
pub fn literal_from_simplified_json(
    value: &Value,
    domain: Option<&DomainPtr>,
) -> Result<Literal>
Expand description

Decode a simplified JSON value, using domain to disambiguate arrays and objects.