print complete array as it is

Hi guys,
is there any function in Roku like print_r in php, for printing complete arrray.

Thanks

if anybody have any idea please share.

If print is given an array, it does already print it “complete”, one item per line.

I suspect you are asking about way to recursively dump a structure, it’s trivial to write such function - but take a look first, won’t formatJSON() do out-of-the-box what you need?