SQL/JSONPath, part of SQL 2016, is a simplification of JSON Path that removes recursive descent (..), replaces negative array seeking with last and remakes array length to size(). An older writeup is here: https://modern-sql.com/blog/2017-06/whats-new-in-sql-2016#json-path
SQL/JSONPath, part of SQL 2016, is a simplification of JSON Path that removes recursive descent (
..
), replaces negative array seeking withlast
and remakes arraylength
tosize()
. An older writeup is here: https://modern-sql.com/blog/2017-06/whats-new-in-sql-2016#json-path