exception property Null safety

JsonException? exception
read / write

Exceptions are never thrown, instead they are silently stored in the Json instance

Implementation

JsonException? exception;