Part II Store and Manage JSON Data
You can create, partition, and replicate database tables with JSON columns
(native binary or textual).You can ensure the data has particular shapes and types using
JSON Schema. If textual, you can ensure it's well-formed JSON using an is
json check constraint (binary JSON is always well-formed).