Update JSONata version 1.8.6 -> 2.0.2+

Feature request, to update Node-Red from the current JSONata 1.8.6 to the latest 2.0+ version.

Version 2.0.0 contains a breaking change to the Javascript API as a result of reimplementing the evaluator to use async functions instead of generators. This provides a performance boost. No breaking changes have been made to the JSONata language itself.

  • Faster JSONata evaluation by switching from generators to async/await
  • Add support for parsing binary, octal & hexadecimal numbers

This change is already underway ....

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.