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 9dc86f9 commit dc4b624Copy full SHA for dc4b624
lib/json.rb
@@ -493,7 +493,7 @@
493
# json = JSON.generate(ruby0) # {"json_class":"Customer","v":["Dave","123 Main"]}
494
# ruby1 = JSON.parse(json, create_additions: true) # #<struct Customer name="Dave", address="123 Main">
495
# ruby1.class # Customer
496
- #
+#
497
# \Symbol:
498
# require 'json/add/symbol'
499
# ruby0 = :foo # foo
0 commit comments