JSON Machine v0.5.0 Release Notes

Release Date: 2020-12-08 // over 3 years ago
  • ๐Ÿ†• New features

    • Introduced FileChunks class. Takes care of the proper resource management when iterating via JsonMachine::fromFile(). It is used internally, and you probably won't come across it.
    • ๐Ÿ†• New ErrorWrappingDecoder. Use it when you want to skip malformed JSON items. See [Decoders](README.md#decoders).

    BC breaks

    • StreamBytes and StringBytes renamed to StreamChunks and StringChunks. These are internal classes, and you probably won't notice the change unless you use them directly for some reason.