Hi,
if you have a unformated json expression like
{"Metallica": "Thrash", "GraveDigger": "Power","Kataklsym":"Death"}
and want to format it readable you could use the python module json.tool
Continue reading JSON: Formatting a Json readable
Hi,
if you have a unformated json expression like
{"Metallica": "Thrash", "GraveDigger": "Power","Kataklsym":"Death"}
and want to format it readable you could use the python module json.tool
Continue reading JSON: Formatting a Json readable