jamsesso / json-logic-java

A pure Java implementation of JsonLogic without using the Nashorn JS engine
MIT License
99 stars 50 forks source link

Serialize JsonLogic Pojo to String #43

Open vasudevkarthik opened 3 months ago

vasudevkarthik commented 3 months ago

I have a use case where I am building JsonLogic Pojo programmatically in the backend and return the built Pojo as a serialized string in the API response.

However I don't see the functionality here yet.

Can you please help?