[flori/json] Fix incorrect #
position in API doc
This change fixes an incorrect `#` position in the API documentation of the `JSON` module. https://github.com/flori/json/commit/dc4b62424f
This commit is contained in:
parent
1f91627c8e
commit
8a974dc83c
@ -493,7 +493,7 @@ require 'json/common'
|
|||||||
# json = JSON.generate(ruby0) # {"json_class":"Customer","v":["Dave","123 Main"]}
|
# json = JSON.generate(ruby0) # {"json_class":"Customer","v":["Dave","123 Main"]}
|
||||||
# ruby1 = JSON.parse(json, create_additions: true) # #<struct Customer name="Dave", address="123 Main">
|
# ruby1 = JSON.parse(json, create_additions: true) # #<struct Customer name="Dave", address="123 Main">
|
||||||
# ruby1.class # Customer
|
# ruby1.class # Customer
|
||||||
#
|
#
|
||||||
# \Symbol:
|
# \Symbol:
|
||||||
# require 'json/add/symbol'
|
# require 'json/add/symbol'
|
||||||
# ruby0 = :foo # foo
|
# ruby0 = :foo # foo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user