This document discusses using JSON in Oracle Database 18c/19c. It begins with an introduction of the author and their experience. It then covers how JSON is used everywhere in databases and applications now. The main topic is using JSON as intended - as a data interchange format rather than for storage. It highlights the advantages of JSON over CSV and XML for data exchange. It also demonstrates how to transform between SQL and JSON data types and discusses some of the challenges around data formats and encoding.