This document discusses using JSON in Oracle Database 18c/19c. It begins by introducing the author and their background. It then covers how JSON is used in various Oracle technologies like APEX, ORDS, SQL Developer, and more. The document explains why JSON is well-suited for data exchange compared to CSV and XML. It provides examples of transforming data between SQL and JSON formats using functions like JSON_OBJECT and JSON_QUERY. Finally, it discusses considerations for storing JSON in database tables and converting between SQL and JSON data types.