Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-06-21 | 500 Bytes | |
Release 0.1.10_ Language improvements and fixes source code.tar.gz | 2020-06-21 | 424.7 kB | |
Release 0.1.10_ Language improvements and fixes source code.zip | 2020-06-21 | 522.2 kB | |
Totals: 3 Items | 947.4 kB | 0 |
The main change in this release is the new pipe operator |
, which allows you to set the context node explicitly. The most obvious use case for it is to select a source JSON object to do object matching, but it can be used for many other things, too. Many thanks to @ecerulm for contributing the implementation!
Other changes:
* The parse-url
function has been added, designed and implemented by @ecerulm
* A bug in the parsing of escape sequences inside strings was fixed by @biochimia