David Petersheim explains why XStream is a perfect fit for parsing and writing small, simple XML files. Check out an example in which David shows how you could use XStream to read a configuration file ...
JSON is a hugely popular format, used for configuration, API responses, game save data, and much more. But it has its critics, and JSON is not the only option. YAML is actually older than JSON, but ...