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 a9a94b8 commit 5c7dacbCopy full SHA for 5c7dacb
README.md
@@ -20,7 +20,7 @@ Or install it yourself as:
20
21
## Usage
22
23
-```
+``` ruby
24
RapidJSON.parse <<JSON
25
{
26
"foo":"bar"
@@ -29,12 +29,12 @@ JSON
29
# => {"foo" => "bar"}
30
```
31
32
33
RapidJSON.encode(json_string)
34
# => '{"foo":"bar"}'
35
36
37
38
RapidJSON.pretty_encode(json_string)
39
# =>
40
# {
0 commit comments