Module: Xml2Json::Json
- Defined in:
- lib/xml2json.rb
Class Method Summary collapse
Class Method Details
.build(xml, opts: nil) ⇒ String
Note:
Default values are provided by xml2json-rs
Returns JSON string.
68 |
# File 'lib/xml2json.rb', line 68 def self.build(xml, opts: nil); end |
.build_pretty(xml, opts: nil) ⇒ Object
Note:
Check Xml2Json::Json.build
for other details, the only difference is that indent
is true by default
72 |
# File 'lib/xml2json.rb', line 72 def self.build_pretty(xml, opts: nil); end |