We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606c63d commit 59bd69fCopy full SHA for 59bd69f
README.md
@@ -56,6 +56,10 @@ Future improvements to this library are TBD at this time.
56
57
## Changelog
58
59
+29 March 2022 - 2.2.2
60
+
61
+* Patch jsn:delete to delete objects at end of path ([#43](https://github.com/nalundgaard/jsn/pull/43))
62
63
4 November 2020 - 2.2.1
64
65
* Export 'json_map()' type, remove ifdef(TEST) logic ([#39](https://github.com/nalundgaard/jsn/pull/39))
src/jsn.app.src
@@ -1,6 +1,6 @@
1
{application, jsn, [
2
{description, "Utilities for interacting with decoded JSON in erlang"},
3
- {vsn, "2.2.1"},
+ {vsn, "2.2.2"},
4
{applications, [kernel,
5
stdlib
6
]},
0 commit comments