cql2 0.5.5

Parse, validate, and convert Common Query Language (CQL2) text and JSON
Documentation
1
2
3
4
5
6
7
{
  "op": "t_during",
  "args": [
    { "interval": [ { "property": "starts_at" }, { "property": "ends_at" } ] },
    { "interval": [ "2017-06-10T07:30:00Z", "2017-06-11T10:30:00Z" ] }
  ]
}