Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/xml_to_json/string.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



4
5
6
# File 'lib/xml_to_json/string.rb', line 4

def to_json
  XmlToJson.transform(self)
end