const json_data = {id: 10001, name: "Tokyo", show: "La Casa De papel"}; const pretty_json_str = JSON.stringify(json_data, undefined, 4);
LIVE DEMO
0 Comments