How i can convert the text of the Dictionary to a readable text.
For example, my script is generating a Dictionary like this:
{"c2dictionary":true,"data":{"3102014165424":"testing","3102014165728":"testing again"}}
And i need convert to something like this:
3102014165424
testing
3102014165728
testing again
Thanks!