is there a way to output a json in a nice way in the console? I just get "> Object" as the tree root and have to manually navigate through the tree which is annoying.
The best case would be to search for a string within that object. Alternatively expanding everything would be ok as well.
Any ideas?
(Was asked before in Is there a way in Chrome console to search for strings in console outputs, even those collapsed? but not answered)