jsonq 0.0.1

Unlock the power of effortless JSON data querying with this sleek Rust package, simplifying your coding journey.
Documentation
jsonq
---
Unlock the power of effortless JSON data querying with this sleek Rust package, simplifying your coding journey.

Inspired by this [Go package](https://github.com/thedevsaddam/gojsonq/wiki)

### TODO
- [ ]  File
- [ ]  FromString
- [ ]  JSONString
- [ ]  Reader
- [ ]  Get
- [ ]  GetR
- [ ]  Find
- [ ]  FindR
- [ ]  From
- [ ]  Select
- [ ]  Where
- [ ]  OrWhere
- [ ]  WhereIn
- [ ]  WhereNotIn
- [ ]  WhereNil
- [ ]  WhereNotNil
- [ ]  WhereEqual
- [ ]  WhereNotEqual
- [ ]  WhereStartsWith
- [ ]  WhereEndsWith
- [ ]  WhereContains
- [ ]  WhereStrictContains
- [ ]  WhereLenEqual
- [ ]  WhereLenNotEqual
- [ ]  Offset
- [ ]  Limit
- [ ]  Sum
- [ ]  Count
- [ ]  Max
- [ ]  Min
- [ ]  Avg
- [ ]  First
- [ ]  Last
- [ ]  Nth
- [ ]  GroupBy
- [ ]  Distinct
- [ ]  Sort
- [ ]  SortBy
- [ ]  Reset
- [ ]  Only
- [ ]  Pluck
- [ ]  PluckR
- [ ]  Out
- [ ]  As
- [ ]  Writer
- [ ]  Macro
- [ ]  Copy
- [ ]  More
- [ ]  Errors
- [ ]  Error