JsonLD.Entities icon indicating copy to clipboard operation
JsonLD.Entities copied to clipboard

Deserializing should handle mismatched datatype

Open tpluscode opened this issue 6 years ago • 0 comments

Currently the deserialiser is strict when deserialising literals.

For example, xsd:nonNegativeInteger will not deserialise into an int, leaving the property with default value.

Instead, if the string value can be happily interpreted as the destination type, it should get converted.

tpluscode avatar Aug 12 '19 13:08 tpluscode