pub fn check_parse_entities_json(json: Value) -> Result<Value, Error>
Expand description
Check whether a set of entities successfully parses. Input is a JSON
encoding of EntitiesParsingCall
and output is a JSON encoding of
CheckParseAnswer
.
ยงErrors
Will return Err
if the input JSON cannot be deserialized as a
Entities
.