Viicos / jsonlogic

An extensible and sane implementation of JsonLogic
https://jsonlogic.readthedocs.io/
MIT License
3 stars 0 forks source link

Add support for operators inside arrays #20

Closed Viicos closed 5 months ago

Viicos commented 5 months ago

As shown in the failing test, ["2000-01-01", {"var": "/my_date"}] is treated as is, as a literal.

https://github.com/Viicos/jsonlogic/blob/d96289027c5f28ed703a55c4b276d3bab954fb2d/tests/operators/test_typecheck.py#L235-L245