exception property

JsonException? exception
getter/setter pair

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

Implementation

JsonException? exception;