When dealing with JSON files to be imported into mongodb for example, it would be super nice to see a Function List being populated with all objects with "_id". Example bellow:
Functions: MyObj1, MyObj2
{
"_id": "MyObj1",
"property": {
}
}
{
"_id": "MyObj2",
"property": {
}
}