JSON-Viewer
JSON-Viewer copied to clipboard
Value 'undefined' cannot be deserialized/handled
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.