Open FournetThomas opened 5 years ago
Is there a way (or a workaround) to print back the whole Json at the end ?
`` people = { "HR" : [ "Alice", $bob, "Carol" ], "Sales": { "Gale": { "profits" : 1000 }, "Harry": { "profits" : 500 } } } `` echo $people;
Is there a way (or a workaround) to print back the whole Json at the end ?