This document discusses the rise of JSON usage in relational database management systems (RDBMS). It provides an overview of JSON and its benefits as a lightweight data format. It then examines different approaches to storing and querying JSON data in an RDBMS, including using JSON columns, entity-attribute-value modeling, and document-oriented modeling that treats documents as records. The document discusses pros and cons of each approach and emphasizes the importance of good data modeling and structure. It also shows examples of using JSON functions and indexing in MySQL.