14.9.1 Using JSON Type and Duality Views

Use JSON type and duality views to work with relational data as JSON.

Oracle 26ai's JSON type further simplifies JSON data processing in SQL and PL/SQL. Its JSON Relational Duality Views let you define a declarative JSON structure for one or more related tables using a simplified syntax. This JSON view of the underlying relational data model can be read-only if desired, but you can also define it to support inserting, updating, and deleting data through the same view.