We are pleased to welcome you to our cutting-edge Online JSON to XML Converter, the best choice for seamless data transformation. It has never been simpler or more effective to convert JSON to XML than it is with our user-friendly tool. Discover the power of automation as you quickly and easily convert your JSON data to XML format. The days of labor-intensive conversions and manual coding are long gone thanks to our converter, which automates the entire process and saves you a lot of time.
1{
2 "storeName": "Fictional Electronics",
3 "location": "New York",
4 "contact": {
5 "email": "sample@email.com",
6 "phone": "(123) 456-7890"
7 },
8 "products": [
9 {
10 "id": "003",
11 "name": "Smart TV",
12 "brand": "FictoVision",
13 "price": 799.99,
14 "description": "An Ultra HD smart TV with a large display and built-in streaming services.",
15 "inStock": false,
16 "colors": [
17 "Black"
18 ],
19 "specs": {
20 "screenSize": "55 inches",
21 "resolution": "4K Ultra HD",
22 "refreshRate": "120Hz",
23 "smartFeatures": true,
24 "connectivity": "Wi-Fi, Bluetooth",
25 "ports": [
26 "HDMI",
27 "USB",
28 "Ethernet"
29 ]
30 }
31 }
32 ]
33}