Skip to content

Releases: akshaybharambe14/ijson

JSON parse and better docs

15 Aug 11:54
9dcda6d
Compare
Choose a tag to compare
Pre-release
  • Adds functionality to parse json data with ijson.Parse() and ijson.ParseBytes() functions.
  • Adds GH Actions integration to check build and test.
  • Updates Readme to be more readable by explaining all possible operations over JSON data.

Base release (beta)

26 Jul 14:57
1bbd326
Compare
Choose a tag to compare
Base release (beta) Pre-release
Pre-release

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.