@JGoldman10,
You should be able to read your data with notepad.
Json is a format that looks like this
{
"title": "some thread title",
"tags": ["tag1", "tag2", "tag3"],
"content": "This is the best president ever"
}
In other words.. it has a structure, but everything in it should be readable words. It shouldn't have any emoji types characters or other things that you wouldn't find on a typewriter.
Are you getting that? If you aren't getting readable words in some structure, then I don't know what you have".