Skip to content

Commit 0768c38

Browse files
committed
Correct JSON
1 parent 5a2a691 commit 0768c38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: docs/source/tutorial/Introduction.lhs

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ And get responses like:
5454
5555
```json
5656
{
57-
data: {
58-
greeting: "Hello world!"
57+
"data": {
58+
"greeting": "Hello world!"
5959
}
6060
}
6161
```
@@ -215,9 +215,9 @@ Which would produce output like:
215215
216216
```json
217217
{
218-
data: {
219-
me: {
220-
name: "Mort"
218+
"data": {
219+
"me": {
220+
"name": "Mort"
221221
}
222222
}
223223
}

0 commit comments

Comments
 (0)