Skip to content

2.1.0: Traversable support

Compare
Choose a tag to compare
@thekid thekid released this 29 May 17:30
· 99 commits to master since this release
  • Merged PR #7: Add support for all traversables to Json::write()
    (@thekid)
  • Merged PR #8: Add reset() operation. Enable calling the elements(),
    pairs() and read() methids again after explicitly resetting the
    stream. This operation may raise an exception if the input is not
    seekable, e.g. if the underlying stream is socket I/O.
    (@thekid)