jamsesso / json-logic-java

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

Changed parse signature to public in order to work with JsonElement #27

Closed kobynet closed 2 years ago

kobynet commented 2 years ago

This solves #26

jamsesso commented 2 years ago

Rejecting this PR as it couples the library to GSON. See issue for reasoning.