Discussions
How to have my JSON more readable when viewed on ipfs?
13 days ago by Michael Grinstead
I am formatting my JSON like this before uploading
const formattedJsonString = JSON.stringify(json, null, 2);
however when viewed on ipfs it is not formatted at all, containing no indentation and not very readable at all, how do i fix this?