Hello, recently I FINALLY started learning how to format json, and use it in combination with Java & C. Anyone got any online json APIs I could use? Anything at all, like translators or whatever. No Google APIs, they get annoying.
GSON is your best bet. As long as you can read and write to a file, it's extremely easy to convert the data to and from objects. This is a good site to help you format JSON and find errors in it This is a good place to learn the basics of gson Here is gson's repo Here is gson's download page
You could check out the mojang API for their various services which use JSON formatted requests and responses. http://wiki.vg/Mojang_API I interpreted your question as what are some API you can use to apply your newly learned JSON knowledge
@MineOrity I have this 1 class somewhere in one of my projects, that can parse and save GSON, with simple, but enough to work with, modification functionality
Thanks <3 Okay? I am currently learning JSON & GSON integration with Java, and the Spigot/Bukkit API.