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.
JSON.fast_generate
1 parent db4831a commit 82b2fc4Copy full SHA for 82b2fc4
frameworks/Ruby/sinatra-sequel/Gemfile.lock
@@ -4,7 +4,7 @@ GEM
4
base64 (0.2.0)
5
bigdecimal (3.1.8)
6
iodine (0.7.58)
7
- json (2.8.2)
+ json (2.9.1)
8
kgio (2.11.4)
9
mustermann (3.0.3)
10
ruby2_keywords (~> 0.0.1)
frameworks/Ruby/sinatra-sequel/hello_world.rb
@@ -22,7 +22,7 @@ def bounded_queries
22
23
def json(data)
24
content_type :json
25
- JSON.fast_generate(data)
+ data.to_json
26
end
27
28
# Return a random number between 1 and MAX_PK
frameworks/Ruby/sinatra/hello_world.rb
0 commit comments