cql2 0.5.5

Parse, validate, and convert Common Query Language (CQL2) text and JSON
Documentation
1
2
3
{"op":"a_equals","args":[["a",true,1.0,8],{"property":"values"}]}
a_equals(('a', true, 1, 8), "values")
{"op":"a_equals","args":[["a",true,1.0,8.0],{"property":"values"}]}