When I pass this through a JSON lint it doesn't appear as a nested JSON. How can I make this JSON nested properly?
var c = {
"io_name" : "Fruits",
"io_children" : [{
"io_name":"banana",
"io_name":"apple",
"io_name":"pear"
}]
}