SQL Language Guide > SQL Language Guide > Working with JSON Data
Was this helpful?
Working with JSON Data
 
JSON (JavaScript Object Notation) is an easy to read, flexible, and lightweight method for sharing between applications. The unstructured nature of JSON objects means that data can be stored in a database table without requiring a predetermined schema. JSON objects inserted into a database can use whatever keys they wish, which allows applications to store new data without requiring database changes.
Vector lets you store, access, and generate JSON data.
The JSON implementation is compliant with the JSON ISO standard.
JSON works against Unicode data and requires using a UTF8 character set.
Last modified date: 03/21/2024