jsonb icon indicating copy to clipboard operation
jsonb copied to clipboard

can we using jsonpath lib to impl jsonpath for jsonb?

Open paomian opened this issue 1 year ago • 1 comments

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?

paomian avatar Oct 16 '24 07:10 paomian

good advice, we can consider add a trait for jsonb's Value.

b41sh avatar Nov 16 '24 11:11 b41sh