We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c5b3b commit 83a682aCopy full SHA for 83a682a
README.md
@@ -64,7 +64,7 @@ json.set! :author do
64
json.set! :name, 'David'
65
end
66
67
-# => "author": { "name": "David" }
+# => {"author": { "name": "David" }}
68
```
69
70
Top level arrays can be handled directly. Useful for index and other collection actions.
0 commit comments