You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds support for the `.type()` method in JSONPath queries,
which returns a string descripbing the type of the current JSON value
("object", "array", "string", "number", "boolean", "null").
Release note (sql change): Add support for `.type()` method for JSONPath
queries. For example, `SELECT jsonb_path_query('[1, 2, 3]', '$.type()');`.
0 commit comments