Skip to content

Commit 7750c0d

Browse files
authored
Merge pull request #7574 from thunder-/patch-1
Fix for escaped JSON output example
2 parents 48f9561 + 32b519d commit 7750c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/json-modify-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ PRINT @info
271271
"skills": ["C#", "SQL"]
272272
} {
273273
"name": "John",
274-
"skills": ["C#", "T-SQL", "Azure"]
274+
"skills": "[\"C#\",\"T-SQL\",\"Azure\"]"
275275
}
276276
```
277277

0 commit comments

Comments
 (0)