I was thinking I’d use JSON instead of XML for save/load of files for a project.
I see that there are many implementations. The article Introducing JSON at json.org has an index at the end with many links.
Any suggestions as to how to go about choosing one?
stleary/JSON-java has 3.5K stars on github and is the first one listed.
Apache’s Johnzon looks very powerful.
Is this from Oracle?
There are also what look like simpler versions. I don’t know that I can anticipate all the ways I will want to use it going forward. I kind of like the idea of keeping an eye out for interacting with the web in some fashion.
But I’m also tempted to just keep using XML, too. So what if the save/load files are a little more verbose: the XML functionality is built in which makes packaging easier.