s1s1ty / py-jsonq

A simple Python package to Query over Json Data
MIT License
124 stars 22 forks source link

Add pagination #5

Open RempelOliveira opened 3 years ago

RempelOliveira commented 3 years ago

I would love pagination methods like skip and limit, at the moment I runs something like: .get()[int:int] ps: Congrats for this lib.