jsonb icon indicating copy to clipboard operation
jsonb copied to clipboard

JSONB implement in rust

Results 10 jsonb issues
Sort by recently updated
recently updated
newest added

## 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...

good first issue
help wanted

Is it possible to use this as web assembly? We could then use jsonb all the way in UI layer also.

feature

close: https://github.com/databendlabs/jsonb/issues/78 Using simd to implement filtering with equal key len On Benchmakr: status_string_values - Before: ![img_v3_02kn_0c34aeb5-9a56-4691-a639-cc09481a5d0g](https://github.com/user-attachments/assets/6c64090b-0f5d-40e8-9048-a8b7c7e3df7d) - After: ![img_v3_02kn_bfe0a322-e0ce-460d-85e9-a1b6f57a3fbg](https://github.com/user-attachments/assets/62e6efcb-8a63-4029-b348-3d6124c230bd)

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...

performance

Support `SQLite` jsonb format encoding and decoding as a dialect

feature

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...

feature

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?