Trace JSON object in AS3
posted in /home/ActionScript on 2010-07-17 |
I'm absolutely sure that all of you are working with JSON objects. It's pretty helpful to be able to print them and find out what exactly they contain. I wrote a simple function that makes this possible.
Here is the JSON object that we are going to use and the calling of the print method:
Here is the function printJSON
And the result is:
Here is the JSON object that we are going to use and the calling of the print method:
Here is the function printJSON
And the result is:
Delicious