aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/JsonNode.java
AgeCommit message (Expand)Author
2017-07-18Update javadocs wrt #1702Tatu Saloranta
2015-12-28...Tatu Saloranta
2015-11-01More work on refactoring type-handlingTatu Saloranta
2015-10-02bit of Java7izationCowtowncoder
2015-07-10javadoc cleanupTatu Saloranta
2015-05-12Implement #790: external JsonNode comparatorTatu Saloranta
2015-04-02Implement #679Cowtowncoder
2014-11-19A fix related to JsonNode serialization; JsonNode should be JsonSerializable.Cowtowncoder
2014-11-19Javadoc improvementCowtowncoder
2014-05-28Minore javadoc improvement for #475Tatu Saloranta
2014-05-21Implemented #463Tatu
2013-11-16javadoc improvementTatu Saloranta
2013-09-03Add first passing test for tree traversal with JsonPointer.at(JsonPointer)Tatu Saloranta
2013-09-03Adding first JsonPointer testTatu Saloranta
2013-09-02...Tatu Saloranta
2013-08-30Add basic version of JSON Pointer based traversal for JsonNodeTatu Saloranta
2013-04-21javadoc improvementsTatu Saloranta
2013-04-08Added ShortNodeMartin Steiger
2013-04-08Added JsonNode shortValue()Martin Steiger
2013-03-28Add support for 'float' in JsonNodeTatu Saloranta
2013-03-28Starting to work on #194Tatu Saloranta
2013-03-26Mark 'path()' method as overridden in JsonNode (from TreeNode)Tatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2013-02-12Changes to work with new and improved TreeNodeTatu Saloranta
2013-01-18JsonNode: add abstract .getNodeType() method, make all .isXxx() methods finalFrancis Galiegue
2012-11-15Fix compilation problem (due to Collections.emptyIterator()), upgrade to 'cre...Tatu Saloranta
2012-11-15JsonNode, MissingNode, ValueNode: some simplificationsFrancis Galiegue
2012-11-12Get rid of custom empty iterator classesFrancis Galiegue
2012-08-29Implemented [Issue#60], JsonNode.hasNonNull()Tatu Saloranta
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu Saloranta
2012-02-02Merge branch 'master' of github.com:FasterXML/jackson-databindTatu Saloranta
2012-02-02Implement [JACKSON-772]Tatu Saloranta
2012-02-02Fix [JACKSON-775]Tatu
2012-01-29Sync with core, now that JsonNode is part of mapperTatu Saloranta