The following are the commonly supported data format conversion and encoding tools:
JSON -> C#
JSON2CSharp : Convert JSON data to C# code
JSONFormat : Format JSON content to enhance readability
JSONZIP : Compress JSON content to reduce its size
XML -> C#
XML2CSharp : Convert XML data to C# code
XMLFormat : Format XML content to enhance readability
XMLZIP : Compress XML content to reduce its size
XML -> JSON
XML2JSON : Convert XML data to JSON
JSON -> XML
JSON2XML : Convert JSON data to XML
Conversion between Excel and Other formats
Json2Excel : Export JSON data as an Excel table
Excel2Json : Convert Excel tables to JSON string
Excel2Xml : Convert Excel tables to XML string
Base64 codec
Base64Encoding : Encode the string in Base64
Base64Decode : Decode the Base64 string
Url codec
UrlEncoding : Encode the string in Url
UrlDecode : Decode the Url string
Hex codec
HexEncoding : Encode the string in Hex
HexDecode : Decode the Hex string
Unicode codec
UnicodeEncoding : Encode the string in Unicode
UnicodeDecode : Decode the Unicode string

| |