Module: Xml2Json::Xml
- Defined in:
- lib/xml2json.rb
Defined Under Namespace
Class Method Summary collapse
-
.build(json_s, opts: nil) ⇒ String
XML string.
Class Method Details
.build(json_s, opts: nil) ⇒ String
Returns XML string.
15 |
# File 'lib/xml2json.rb', line 15 def self.build(json_s, opts: nil); end |