Release 1.3
This release extends the callback interface that was added in version 1.2 with hooks into parser events and jpath construction. This allows to more easily write applications that transform JSON into other representations.
js-dot-path.awk
, a callback file that transforms JSON into javascript, is included as an example of the new capabilities. opera-bookmarks.awk is another example.
It is now possible to selectively censor the following values from the output stream: ""
, []
, {}
.
Documentation was updated.