jamsesso / json-logic-java

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

is jsonLogic.apply() thread-safe? #21

Closed royrain closed 2 years ago

royrain commented 2 years ago

Is jsonLogic.apply() thread-safe?

jamsesso commented 2 years ago

Yes, all of the built-in operations are stateless so they are thread safe.