Skip to content

Releases: ctomkow/jsonparse

v0.9.0

15 Sep 18:51
Compare
Choose a tag to compare
  • Fixed issue where find_key() and find_key_value() would return elements in reverse. Now they return elements depth-first (as before), but starting at the beginning of the data, not the end.

v0.8.0

14 Sep 22:26
eba8f13
Compare
Choose a tag to compare
  • Renamed public methods to verbs. This is an API breaking change. Hopefully only done once.

v0.7.0

14 Sep 03:57
5c1a2ea
Compare
Choose a tag to compare
  • Added a key_value() function that searches for a key and value pairing. It returns the containing set(s) where the key:value pair exists in.

v0.6.2

14 Sep 02:18
530a6cc
Compare
Choose a tag to compare
  • Fixed bug in key_chain() where it would hang if any key was not found in the key chain.

v0.6.1

12 Sep 02:53
3c5483e
Compare
Choose a tag to compare
  • Fixed exceptions to return proper error.