JSON Parser Xojo plugin

JSONParseResult.CouldNotConvertToUTF8 Property

Returns true if the passed in string could not be converted to UTF8

CouldNotConvertToUTF8 as Boolean {Read}

Remarks

If getting true here then the string you are passing in is almost certainly corrupt or invalid in some way from encoding point of view.

See Also

JSONParseResult Class