CodecsΒΆ
To load and save data from external data files Odin provides a number of codecs to facilitate the process.
Often the API used by the codec mirrors or extends the API provided by the library the Odin extends on. For example for
JSON data Odin provides the same load
, loads
style interface.