Libraries
»
xml_to_json
(0.0.2)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/xml_to_json/string.rb
Instance Method Summary
collapse
#
to_json
⇒ Object
Instance Method Details
#
to_json
⇒
Object
4 5 6
# File 'lib/xml_to_json/string.rb', line 4
def
to_json
XmlToJson
.
transform
(
self
)
end