Skip to content

Commit 83a9cb4

Browse files
Merge branch 'patch-1' of https://github.com/jing8956/sql-docs into 20260114-json-valid
2 parents 73749b1 + 826d741 commit 83a9cb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/t-sql/data-types/json-data-type.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ Currently, the `OPENJSON()` function doesn't accept the **json** data type in so
147147

148148
- 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).
149149

150+
The top-level type must be a JSON Object or a JSON Array. Scalars, booleans, and null values are not supported.
151+
150152
### Size limitations
151153

152154
Size limits of JSON data in storage:

0 commit comments

Comments
 (0)