Popularity
2 out of 5 levels
Plans
Platforms
Description
Development Tools is a free online service that allows you to easily convert CSV files to JSON, JSON files to CSV, and JSON files to XML. It is available through their website, FreeTinyTools.
{
"firstName": "John",
"lastName": "Smith",
"gender": "man",
"age": 30,
"address": {
"streetAddress": "150",
"city": "San Diego",
"state": "CA",
"postalCode": "263142"
}
<?xml version="1.0"?>
<root>
<firstName>John</firstName>
<lastName>Smith</lastName>
<gender>man</gender>
<age>30</age>
<address>
<streetAddress>150</streetAddress>
<city>San Diego</city>
<state>CA</state>
<postalCode>263142</postalCode>
</address>
</root>
album, year
The White Stripes, 1999
De Stijl, 2000
White Blood Cells, 2001
"Album","Year"
"The White Stripes","1999"
"De Stijl","2000"