pub fn parse(
text: &str,
format: &RealisationFormat,
) -> Result<ParsedRealisation, SpecError>Expand description
Parse a realisation JSON record against a format spec.
ยงErrors
realisation-parsefor malformed JSON.realisation-missing-requiredfor absent required fields.