pub fn solutions_from_simplified_json( value: &Value, domains: &BTreeMap<Name, DomainPtr>, ) -> Result<Vec<BTreeMap<Name, Literal>>>
Parse a Conjure-style solutions JSON document (array, or a single object).