pub fn parse_data_value_from_json(
value: &Value,
type_spec: &TypeSpecification,
lemma_type: &LemmaType,
source: &Source,
) -> Result<LiteralValue, Error>Expand description
Parse one data field from JSON: convenience strings or serialized objects.