The RION Encoding tutorial has been updated to be more clear, and to also contain encoding examples in hexadecimal notation, so you can now see exactly what RION encoded data looks like.
RION was designed to be fast, compact, expressive, suitable as network protocol message format, as well as a few other goals. This text explains the design goals of RION.
RION is a fast, compact, versatile, binary data format. RION was designed for data exchange, but works fine as a data storage format too. The RION introduction has been extended and improved.
The Jackson JsonNode tutorial has been extended to explain how to traverse a JsonNode graph representing either a JSON object or JSON Array.