JSON-Viewer icon indicating copy to clipboard operation
JSON-Viewer copied to clipboard

Value 'undefined' cannot be deserialized/handled

Open thomas694 opened this issue 4 years ago • 0 comments

Even it's not in the standard, some platforms return JSON structures with values 'undefined'. I'm using version 1.40 and it cannot handle these JSON objects.

Example: { "fieldname":undefined }

It would be nice, if the value 'undefined' could be treated as null, then everything would work again.

thomas694 avatar Oct 30 '21 23:10 thomas694