json
json copied to clipboard
struct to json
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