Convert to JSON format
Convert to JSON format
How can i convert following to json format using deluge, i have debugged a bit found that i need to replace ],[ with , (comma), but i have no success.
[{
"name": "Ron",
"email": "
ron@test.com
"
}, {
"name": "Jaby",
"email": "
jaby@test.com
"
}],[{
"name": "Karen",
"email": "
karen@test.com
"
}, {
"name": "Clowy",
"email": "
clowy@test.com
"
}]