jwadhams / json-logic

Build complex rules and serialize them to JSON
MIT License
114 stars 13 forks source link

Added link to Java implementation #11

Closed jamsesso closed 2 years ago

jamsesso commented 5 years ago

I've added an implementation of json-logic in Java, passing all of the tests in the fixture file: http://jsonlogic.com/tests.json (tests: https://github.com/jamsesso/json-logic-java/blob/master/src/test/java/io/github/jamsesso/jsonlogic/FixtureTests.java)

Let me know if the implementation is missing anything in terms of documentation, etc.

jwadhams commented 2 years ago

Thanks for this, and sorry for the wow extremely late review.