7 releases

0.1.6 May 19, 2021
0.1.5 May 19, 2021
0.1.4 Sep 28, 2020

#55 in #querying

48 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

21KB
513 lines

Object Query

Simple abstraction for object queries. Examples of an object query would be the 1 and "id" in the JavaScript

console.log(users[1]["id"])

lib.rs:

A representation of querying an object by either a key or an index. Normally an type implements AccessNext and AccessNextMut. The json feature will implement this for the serde_json::Value type

Dependencies

~235KB