Skip to main content

solutions_from_simplified_json

Function solutions_from_simplified_json 

Source
pub fn solutions_from_simplified_json(
    value: &Value,
    domains: &BTreeMap<Name, DomainPtr>,
) -> Result<Vec<BTreeMap<Name, Literal>>>
Expand description

Parse a Conjure-style solutions JSON document (array, or a single object).