Skip to content

Release 1.3

Compare
Choose a tag to compare
@step- step- released this 28 Jun 13:00
· 34 commits to master since this release

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.