How to pretty print JSON with React? We can use <pre> tag so that the formatting of the JSON.stringify() is retained: const data = { name: 'John', ...
確定! 回上一頁