SQLite ->> Operator

In SQLite, the ->> operator extracts a subcomponent from a JSON document and returns an SQL representation of that subcomponent.

The ->> operator was first introduced in SQLite version 3.38.0 (released on 22 February 2022).

Read more