r/FreeCodeCamp • u/SoggyAd4170 • 13d 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??
2
u/SaintPeter74 mod 13d ago
Can you tell us a bit more about what you're hoping to achieve?
If you just want it to be a bit more readable, Excel can do so natively and Google Sheets has workspace add-ons which will take JSON data and convert it to a spreadsheet, assuming it's not too deeply nested.
1
u/SoggyAd4170 13d ago
I have several pages in different forms I can't do it
1
u/SaintPeter74 mod 13d 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.
1
u/SoggyAd4170 13d ago
Yes I need it readable. I think it's very personal data, but I'm not sure
1
u/SaintPeter74 mod 13d ago
Without any more context I can't really help beyond what I've already said.
1
1
2
u/ConfidentCollege5653 13d ago
Are you the same guy that's trying to spy on his ex?
1
u/SoggyAd4170 13d ago
I was not trying to spy. I only asked a question and one person misread it and later apologized
1
-1
-1
13d ago
[deleted]
2
u/SaintPeter74 mod 13d ago
Sure it is. It's Javascript OBJECT notation. Additionally, it's "encoded" in a machine readable way.
You are, in fact, being an asshole, so please don't do that here. You have contributed nothing of value to the conversation. Gatekeeping learning spaces is not helpful for new learners. You could certainly politely explain why you don't think it's code, but even that conversation is not especially helpful, since it doesn't answer their question.
Remember Wheaton's Law: Don't be a dick.
6
u/TS878 13d ago
Just Google JSON formatter there are tons of tools available online that turn it into a format that’s easy to read for free.