Skip to content

Commit 00b8380

Browse files
authored
Merge pull request #114641 from timsander1/master
add special character to example
2 parents af5e329 + 1b47ba8 commit 00b8380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql-query-working-with-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Here's an example:
265265
```sql
266266
SELECT
267267
{"JSON expression with a space": { "state": f.address.state, "city": f.address.city }},
268-
{ "JSON expression with a special character": { "name": f.id }}
268+
{"JSON expression with a special character!": { "name": f.id }}
269269
FROM Families f
270270
WHERE f.id = "AndersenFamily"
271271
```

0 commit comments

Comments
 (0)