Module: Xml2Json::Json
- Defined in:
- lib/xml2json.rb
Class Method Summary collapse
-
.build(xml, opts: nil) ⇒ String
JSON string.
Class Method Details
.build(xml, opts: nil) ⇒ String
Returns JSON string.
24 |
# File 'lib/xml2json.rb', line 24 def self.build(xml, opts: nil); end |