Skip to content

v2024.11.17

Compare
Choose a tag to compare
@bowbahdoe bowbahdoe released this 17 Nov 18:05
· 2 commits to main since this release
  • 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.