Method: OpenStruct#as_json

Defined in:
lib/marty/monkey.rb

#as_jsonObject

the default as_json produces “table”=>h which is quite goofy



355
356
357
# File 'lib/marty/monkey.rb', line 355

def as_json(*)
  to_h
end