You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make overloads of read and write that match the behavior of readString and writeString. The verbosity does not give significant benefit. Will deprecate those methods at a later date, maybe. Not for removal though.
Add zero argument versions of some decoders. While JsonDecoder::int_ is fine, it doesn't play well with static imports. In those usage contexts int_() would be preferred.
Make the message of exceptions not leak details by default. New getDetailedMessage will expose the underlying JSON.