actson

A reactive (or non-blocking, or asynchronous) JSON parser

MIT License

Stars
75

Bot releases are hidden (Show)

actson - v2.1.0 Latest Release

Published by michel-kraemer almost 2 years ago

New features:

  • Add possibility to provide a custom implementation of a character buffer. A character buffer keeps the contents of the currently parsed JSON value in memory.

Maintenance:

  • Update dependencies
  • Update Gradle to 7.5.1
actson - v2.0.0

Published by michel-kraemer over 2 years ago

New features:

  • Add method to get current long integer value

Breaking changes:

  • Library requires Java 8 now
  • Change return type of getParsedCharacterCount() to long to avoid integer overflow when parsing files larger than 2GB

Maintenance:

  • Update dependencies of tests and examples
  • Update to Gradle 7
  • Migrate to JUnit5 and AssertJ
  • Minor code cleanup
actson - v1.2.0

Published by michel-kraemer almost 8 years ago

  • RFC 7159 compliance
    (tested with the JSONTestSuite)
  • Performance improvements
  • Minor bug fixes
actson - v1.1.0

Published by michel-kraemer about 8 years ago

  • Add method to get parsed character count
  • Improve performance by reducing the number of calls to hasRemaining()
  • Improve code coverage
actson - v1.0.0

Published by michel-kraemer about 8 years ago

First release

Badges
Extracted from project README
Actions Status codecov MIT license Maven Central Javadoc