JSON.stringify output to div in pretty print way I JSON.stringify a json object by result = JSON.stringify(message, my_json, 2) The 2 in the argument above is supposed to pretty print the result. It does this if I... May 23, 2022 0 Comments