======Command json2xml====== ====Name==== **json2xml** converts a JSON file to an xml file using the [[http://xml.calldei.com/JsonXML JXML schema]]. ====Synopsis==== json2xml[ [[SerializationOptions serialization options]] ] [json file] ====Options==== Supports the standard [ [[SerializationOptions serialization options]] ] ====Examples==== Example %%(shell) echo ' { "foo" : [ true , null , 1.23 , { "bar" : "spam" } ] } ' | json2xml %% Result %% true 1.23 spam %% ====Return Value==== Returns 0 if the conversion is successful ---- See [[CommandXml2json xml2json]] [[Commands]] [[CategoryCommands]]