Skip to content

Commit 83a682a

Browse files
authored
✔️ JSON syntax
1 parent b5c5b3b commit 83a682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ json.set! :author do
6464
json.set! :name, 'David'
6565
end
6666

67-
# => "author": { "name": "David" }
67+
# => {"author": { "name": "David" }}
6868
```
6969

7070
Top level arrays can be handled directly. Useful for index and other collection actions.

0 commit comments

Comments
 (0)