jsonb
jsonb copied to clipboard
JSONB implement in rust
## Summary part of https://github.com/datafuselabs/jsonb/issues/12 match grammar: `starts with "abc"`
`JSON path` has already implemented the basic elements accessors and comparison predicates filter expression, in order to support the full `JSON Path` language, the following tasks need to be done...
Is it possible to use this as web assembly? We could then use jsonb all the way in UI layer also.
close: https://github.com/databendlabs/jsonb/issues/78 Using simd to implement filtering with equal key len On Benchmakr: status_string_values - Before:  - After: 
When we search whether the key in the object matches, we read the data of jentry and key in sequence, and the performance will be poor when there are many...
Support `SQLite` jsonb format encoding and decoding as a dialect
Hi, Is this library compatible with the binary format used by Postgresql? The readme says it is "inspired by" Postgresql, and the description of the format sounds very similar, but...
https://github.com/besok/jsonpath-rust provides some functionality that I would like to use, is it possible to implement a JsonLike trait for jsonb's Value?