Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/t-sql/data-types/json-data-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ Currently, the `OPENJSON()` function doesn't accept the **json** data type in so

- In [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)], the `OPENJSON()` function does support **json**. For more information, see [Key JSON capabilities in SQL Server 2025](../../relational-databases/json/json-data-sql-server.md#key-json-capabilities).

The top-level type must be a JSON Object or a JSON Array. Scalars, booleans, and null values are not supported.
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence uses mixed capitalization for JSON terms. According to JSON specification terminology, "object" and "array" should be lowercase when referring to JSON structural elements, not capitalized. Consider changing "JSON Object" and "JSON Array" to "JSON object" and "JSON array" for consistency with standard JSON terminology.

Copilot uses AI. Check for mistakes.

### Size limitations

Size limits of JSON data in storage:
Expand Down