1. 0334f7e Minor robustification, javadoc improvements by Cowtowncoder · 10 years ago
  2. 32e4e91 More stylistic tweaks, moving to more compact format (sorry!) by Tatu Saloranta · 11 years ago
  3. 808d5fc Improve type casting for JsonPointer methods by Tatu Saloranta · 11 years ago
  4. d493cf0 Rename TreeNode method used for using JsonPointer by Tatu Saloranta · 11 years ago
  5. a12195a ... by Tatu Saloranta · 11 years ago
  6. bb63997 Start adding basic JSON Pointer support by Tatu Saloranta · 11 years ago
  7. 68bb83d Clean up copyright notice comments by removing refs to LICENSE, adding stub in main-level classes. by Tatu Saloranta · 11 years ago
  8. 8457e63 Add 'path()' methods in TreeNode by Tatu Saloranta · 11 years ago
  9. e4061af Add TreeNode.traverse(ObjectCodec) by Tatu Saloranta · 11 years ago
  10. 1252598 Implement #59, new methods in TreeNode by Tatu Saloranta · 11 years ago
  11. 4d5def1 Remove unneeded interface method modifiers by Francis Galiegue · 12 years ago
  12. 01ba053 Change legal byte value range from [-128,127] to [-128,255], for better interoperability with platforms that consider bytes unsigned. by Tatu Saloranta · 12 years ago
  13. 08a6743 One more significant refactoring: move JsonNode out of core (to mapper); add TreeNode interface locally by Tatu Saloranta · 12 years ago