Skip to content

Base release (beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@akshaybharambe14 akshaybharambe14 released this 26 Jul 14:57
· 11 commits to master since this release
1bbd326

This is the base release with the following features.

  • Easy to use path syntax to access nested interface data.
  • Query, Set, Delete operations on interface data.
  • Support for "." separated path to access values.
  • Chainable operations to provide flexibility to perform multiple operations in a single line. See ijson.go for details.