Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 329 Bytes

File metadata and controls

10 lines (8 loc) · 329 Bytes

xml-to-json()

string xml-to-json(node-set node)

xml-to-json translates the given node into its JSON representation. The structure of the node must be in Object XML Notation. xml-to-json expects exactly one single node as parameter. In cases of errors, an empty string is returned.