Skip to content

Usability and performance additions

Latest
Compare
Choose a tag to compare
@Arqu Arqu released this 07 May 12:57

(2020-05-06)

This is an update to jsonpointer. It adds usability functions and options for perfomance optimized use.

Bug Fixes

  • Test: fix failing tests when using go 1.14. c51da06

Features

  • Head,Tail,IsEmpty: added methods to get the first token, all tokens after the head and to check if a given pointer is empty c51da06
  • RawDescendant,NewPointer: methods that allow to directly append to the current pointer without safety checks and a way to create a pointer with pre-allocated memory for performance intensive use cases c51da06