Skip to content

1.2.0: Immutable JsonNode Containers

Choose a tag to compare

@oschwald oschwald released this 13 Jan 18:02
  • JsonNode containers returned by the get(ip) are now backed by
    unmodifiable collections. Any mutation done to them will fail with an
    UnsupportedOperationException exception. This allows safe caching of the
    nodes to be done without doing a deep copy of the cached data. Pull request
    by Viktor Szathmáry. GitHub #24.