by TinyTools: Web

Popularity

2 out of 5 levels

about 5000 users per month
Visit

Service information

Plans

free

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.

Examples

🔄📑

Convert Json To Xml

inputs

{

 "firstName": "John",

 "lastName": "Smith",

 "gender": "man",

 "age": 30,

 "address": {

  "streetAddress": "150",

  "city": "San Diego",

  "state": "CA",

  "postalCode": "263142"

 }

}

outputs

<?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>

📑🔡

Convert Csv To Json

inputs

album, year

The White Stripes, 1999

De Stijl, 2000

White Blood Cells, 2001

outputs
🔁📄

Convert Json To Csv

inputs
outputs

"Album","Year"

"The White Stripes","1999"

"De Stijl","2000"

📐🔄

Convert Angle Into Different Units

inputs
outputs
⚖️🔢

Convert Weight Into Units

inputs
outputs
⏰🔄

Convert Time

inputs
outputs
💻📈

Calculate Margin

inputs
outputs
📅👵

Calculate Age

inputs
outputs
🔢➗

Calculate Average

inputs
outputs

Features

  • Large collection of tools
  • Free to use
  • Mobile-friendly
  • Available 24/7
Share this page: