KW Online Tools Zone
Knowledge Walls
View All Tools Home
KW JSON to XML, XML to JSON Online Converter
XML
Paste your XML source here
Clear
Minimize XML
Format XML
JSON
Paste JSON here
Clear
Minimize JSON
Format JSON
<?xml version='1.0' encoding='UTF-8' ?> <books> <book> <title>CPP</title> <author>Milton</author> <year>2008</year> <price>456.00</price> </book> <book> <title>JAVA</title> <author>Gilson</author> <year>2002</year> <price>456.00</price> </book> <book> <title>Adobe Flex</title> <author>Johnson</author> <year>2010</year> <price>566.00</price> </book> <book> <title>General Knowledge</title> <author>Sinson</author> <year>2007</year> <price>465.00</price> </book> </books>
{ "books":{ "book":[ { "title":"CPP", "author":"Milton", "year":"2008", "price":"456.00" }, { "title":"JAVA", "author":"Gilson", "year":"2002", "price":"456.00" }, { "title":"Adobe Flex", "author":"Johnson", "year":"2010", "price":"566.00" }, { "title":"General Knowledge", "author":"Sinson", "year":"2007", "price":"465.00" } ] } }
Copyright © 2021 Knowledge walls, All rights reserved
Copyright © 2021 Knowledge walls, All rights reserved