1.2.0: Immutable JsonNode Containers
JsonNodecontainers returned by theget(ip)are now backed by
unmodifiable collections. Any mutation done to them will fail with an
UnsupportedOperationExceptionexception. 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.