Skip to content

Commit 1b47ba8

Browse files
committed
add special character to example
1 parent ae2fa83 commit 1b47ba8

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)