JavaScript Object-Printer (v 1.1)
This a Max 7 JavaScript module (or JS-Extension for Max 6.1) that prints the content of any JavaScript Object formatted (intended, with property names and data types) into the Max Console. It roughly resembles the console.log() function used in browsers.

New in version 1.1:
- support for Max 6.1 added (as jsextension)
- detection of Primitive and Object data types
- additional protection against endless iterations (limited to a depth of 20 iterations)
- SQLite object is detectes as Max Js Object