json icon indicating copy to clipboard operation
json copied to clipboard

struct to json

Open dorianmariecom opened this issue 5 months ago • 0 comments

Currently it gives:

>> s = Struct.new(:a).new(1)
>> s.to_json
=> "\"#<struct a=1>\""

Woudl be nice it was the same as a hash

dorianmariecom avatar Aug 24 '24 22:08 dorianmariecom