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

filterBySchema function is not registered by default #57

Open RaulACPuscas opened 1 year ago

RaulACPuscas commented 1 year ago

The Default ParseOptions does not contain the FilterBySchema function. Was this made by intent or why is this existing function not registered by default?

FransVanEk commented 1 year ago

This was intentionally made like that. For using the schema, a license is required. We can make registering additional commands and functions possible even when the default registering occurred.

RaulACPuscas commented 1 year ago

Is this option already available or it will be implemented in the future? What is the recomanded way for doing this?

FransVanEk commented 1 year ago

no it is not available it needs to be implemented. will do that soon

FransVanEk commented 1 year ago

solved with release v0.3.12