json-logic-swift icon indicating copy to clipboard operation
json-logic-swift copied to clipboard

A native Swift JsonLogic implementation. This parser accepts JsonLogic rules and executes them.

Results 4 json-logic-swift issues
Sort by recently updated
recently updated
newest added

Thanks for this framework! Any plans to include support for Carthage?

I've added trigonometric functions, rounding a number to a specified number of decimal places, and casting a string to a number. These fall outside of the specification of JSON Logic,...

Hello, Thank you for this library. ### Potential unhandled crash: Division by Zero I have identified a runtime crash issue caused by division by zero. For instance, the following code...

Hello, Thank you for this library. ## Bug Fix: Division by Zero I have identified a runtime crash issue caused by division by zero. For instance, the following code snippet...