Custom script examples
Introduction
This page includes scripts that may be useful either in and of themselves, or as a start point for your own scripting work.
PHP
C#
This script takes an XML input string, loads it into an XmlDocument, and then converts that XML to a JSON string using the Newtonsoft.Json library.
Last updated
Was this helpful?