JSON to XML Converter

This tool will help to convert JSON to XML.


JSON
XML DownloadCopyCopied

About JSON

JSON(JavaScript Object Notation) is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value). It is a very common data format used for asynchronous browser–server communication, including as a replacement for XML in some AJAX-style systems.

About XML

XML(Extensible Markup Language) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The W3C's XML 1.0 Specification and several other related specifications—all of them free open standards—define XML.

Converting JSON to XML

Example:

{ "Insurances": { "AutoInsurance": "Protects the policyholder against financial loss.", "GapInsurance": "Covers the excess amount on your auto loan.", "HealthInsurance": "Cover the cost of medical treatments." }, "Property": { "House": "val1", "Land": { "Land1": "Land1-val", "Land2": "Land2-val" }, "Car": "val3" }, "Worth": [ 94866, 51456, 186489, 91846, 6146 ] }
==========
<root> <Insurances> <AutoInsurance> Protects the policyholder against financial loss. </AutoInsurance> <GapInsurance> Covers the excess amount on your auto loan. </GapInsurance> <HealthInsurance> Cover the cost of medical treatments. </HealthInsurance> </Insurances> <Property> <House> val1 </House> <Land> <Land1> Land1-val </Land1> <Land2> Land2-val </Land2> </Land> <Car> val3 </Car> </Property> <Worth> 94866 </Worth> <Worth> 51456 </Worth> <Worth> 186489 </Worth> <Worth> 91846 </Worth> <Worth> 6146 </Worth> </root>


Privacy Policy for Dev-Gears

At Dev-Gears, accessible from dev-gears.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Dev-Gears and how we use it.

If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us through email at [email protected]

Log Files

Dev-Gears follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users' movement on the website, and gathering demographic information.

Google DoubleClick DART Cookie

Google is one of a third-party vendor on our site. It also uses cookies, known as DART cookies, to serve ads to our site visitors based upon their visit to www.website.com and other sites on the internet. However, visitors may choose to decline the use of DART cookies by visiting the Google ad and content network Privacy Policy at the following URL – https://policies.google.com/technologies/ads

Privacy Policies

Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on Dev-Gears, which are sent directly to users' browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.

Note that Dev-Gears has no access to or control over these cookies that are used by third-party advertisers.

Third Party Privacy Policies

Dev-Gears's Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options. You may find a complete list of these Privacy Policies and their links here: Privacy Policy Links.

You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers' respective websites. What Are Cookies?

Online Privacy Policy Only

This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Dev-Gears. This policy is not applicable to any information collected offline or via channels other than this website.

Consent

By using our website, you hereby consent to our Privacy Policy and agree to its Terms and Conditions.