I had a problem with looking at an object and seeing all of its possible object paths.
Instead of looking through massive JSON objects, I created this tool to see it all easily.
This will also display errors if your JSON is not properly formatted.
On the right column, it will display the possible attributes as well as a search filter tool.
{
"field1": "value",
"obj1": {
"field1": 123,
"subObj1": { "field1": "info" }
}
}
field1
obj1.field1
obj1.subObj1.field1
*This example is ran automatically on start.