Skip to content

Instantly share code, notes, and snippets.

@veer66
Created September 28, 2013 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veer66/6743125 to your computer and use it in GitHub Desktop.
Save veer66/6743125 to your computer and use it in GitHub Desktop.
เวลาเจอ json ซ้อนกันหลาย ๆ ชั้นใน Ruby
post "/textunit/save" do
JSON.parse(request.body.read, :max_nesting => 200)
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment