print()
Pretty-prints the current JSON data to the console.
Example:
1jm.print();2/*3{4 "user": {5 "name": "Alice"6 }7}8*/
Pretty-prints the current JSON data to the console.
Example:
1jm.print();2/*3{4 "user": {5 "name": "Alice"6 }7}8*/