JSON Data Format
A widely used data format for storing and exchanging data in NoSQL document databases, offering flexibility and human readability.
📜
The statement of the theorem
Define the set of valid JSON structures recursively over the following types: \begin{itemize} \item : The set of atomic values . \item : A finite ordered sequence of values, , where . \item : An unordered mapping from keys (strings) to values, , where and . \end{itemize} The set is the smallest set satisfying . This structure allows for the representation of complex, nested data graphs.