Hacker News new | ask | show | jobs
by cabalamat 2996 days ago
In your README.md you have:

    >>> import dictquery as dq
    >>> dq.match(data, "`friends.age` <= 26")
    True
But this is meaningless because you haven't defined data. What is it: A dict? A list of dicts? Something else?

I suggest you use a full example.

1 comments

The data is given at the bottom of the page.