Is there a library that will recursively dump/print an objects properties? I\'m looking for something similar to the console.dir() function in Firebug.
I\'m aware o
JSONObject.fromObject(value)
Does not work for Map objects with other keys than String. Maybe JsonConfig can handle this.