Skip to content

Instantly share code, notes, and snippets.

@Yive

Yive/test.cr Secret

Created March 12, 2018 08:55
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 Yive/7fbe966354dda0db10660c062575842f to your computer and use it in GitHub Desktop.
Save Yive/7fbe966354dda0db10660c062575842f to your computer and use it in GitHub Desktop.
require "json"
string = JSON.build do |json|
json.object do
json.field "testing" do
json.field "bool", true
end
end
end
puts string.to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment