jsonq

Crates.iojsonq
lib.rsjsonq
version0.0.1
sourcesrc
created_at2023-11-09 09:33:24.480276
updated_at2023-11-09 09:33:24.480276
descriptionUnlock the power of effortless JSON data querying with this sleek Rust package, simplifying your coding journey.
homepagehttps://github.com/thedevsaddam/jsonq
repositoryhttps://github.com/thedevsaddam/jsonq
max_upload_size
id1029964
size4,058
Saddam H (thedevsaddam)

documentation

https://docs.rs/jsonq

README

jsonq

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

Inspired by this Go package

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
Commit count: 0

cargo fmt