Ubuntu Manpages

transmute

transform XML, JSON, and URL data

transmute [-]j2x|[-]json2xml|[-]x2j|[-]xml2json [parent]

transmute reads data from standard input, transforms it according to the specified mode, and writes the transformed data document to standard output.

[-]j2x|json2xml
Convert JSON to XML.
[-]x2j|xml2json
Convert XML to JSON.
[parent] (-j2x only)
Wrap the result in an XML object of type parent.

download-pubmed(1), efetch(1), j2x(1), xtract(1).