Hello, I'd like to print a javascript object to the log. I'm using the mobile development kit.
The only thing I could think of (that didn't work) was:
Ti.API.info(Ti.API.print(someObject));Thanks
Hello, I'd like to print a javascript object to the log. I'm using the mobile development kit.
The only thing I could think of (that didn't work) was:
Ti.API.info(Ti.API.print(someObject));Thanks