pub fn literal_from_simplified_json( value: &Value, domain: Option<&DomainPtr>, ) -> Result<Literal>
Decode a simplified JSON value, using domain to disambiguate arrays and objects.
domain