jsonb
jsonb copied to clipboard
can we using jsonpath lib to impl jsonpath for jsonb?
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?
good advice, we can consider add a trait for jsonb's Value.