nexxbiz / JLio

The project aims to be able to run a JSON noted transformation script to transform other JSON objects.
https://JLio.online
MIT License
5 stars 1 forks source link

Enhance Jlio implementation's flexibility by enabling registration of other functions and commands #58

Closed FransVanEk closed 1 year ago

FransVanEk commented 1 year ago

…f additional functions and commands alongside default options.

With this update, it's now possible to register extra extensions or packages seamlessly while still using default parse options. The change was achieved by creating a ParseOptions instance using the CreateDefault() method and then registering a new function like FilterBySchema using the RegisterFunction() method.

This improvement increases the overall usability and extensibility of the Jlio implementation, enabling developers to easily build upon existing functionality without losing the benefits of default options.