Commit 2c989bdf authored by Jason Fox's avatar Jason Fox
Browse files

Correct JSON examples

parent 81582467
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1010,8 +1010,8 @@ The Query Term value, [address[​city]==Berlin]{.HTML-Code}

```json
[
  {"city": "London", "country":"GB"}
  {"city": "Paris", "country":"FR"}
  {"city": "London", "country":"GB"},
  {"city": "Paris", "country":"FR"},
  {"city": "Berlin", "country":"DE"}
]
```
@@ -1048,8 +1048,8 @@ The Query Term value, The Query Term value, [address[​city]=&

```json
[
  {"city": "London", "country":"GB"}
  {"city": "Paris", "country":"FR"}
  {"city": "London", "country":"GB"},
  {"city": "Paris", "country":"FR"},
  {"city": "Berlin", "country":"DE"}
]
```