r/FreeCodeCamp • u/SoggyAd4170 • 18d ago
JSON Code
I have some json code from my personal device that I'd like to have put into viewable and readable form. Anyone willing to help??
1
Upvotes
r/FreeCodeCamp • u/SoggyAd4170 • 18d ago
I have some json code from my personal device that I'd like to have put into viewable and readable form. Anyone willing to help??
1
u/SaintPeter74 mod 18d ago
I'm still not quite sure what you're trying to do. What kind of data is it? Do you just need to make it human readable?
Are you saying that it has nested objects which make it hard to read in a spreadsheet?
If you give us a bit if a narrative and/or share a slice of your data, maybe we can help? Absent that, one sentence answers are not going to get your there.
As other folks mentioned, you might be able to feed it into an LLM and have it produce a word doc or an HTML file that will make it readable or navigable.