#json-path
- JSON Path Operator Confusion
https://justatheory.com/2023/10/sql-jsonpath-operators/
The relationship between the Postgres SQL/JSON Path operators @@ and @? confused me. Here’s how I figured out the difference.
Follow #json-path
on RSS or use the
JSON API
curl -X GET \
-H "Content-type: application/json" \
-H "Accept: application/json" \
"https://octothorp.es/~/json-path"