Skip to content

Commit 3aa0927

Browse files
committed
fix formatting
1 parent a196807 commit 3aa0927

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,11 @@ For example, here's a document with a property named `order` and a property `pri
143143
```json
144144
{
145145
"id": "AndersenFamily",
146-
"order":
147-
{
146+
"order": {
148147
"orderId": "12345",
149148
"productId": "A17849",
150149
"price($)": 59.33
151-
},
150+
},
152151
"creationDate": 1431620472,
153152
"isRegistered": true
154153
}

0 commit comments

Comments
 (0)