This library contains the code that is used to convert a JSON file to a SPC file and an SPC file to a JSON file.
The library also contains the necessary code to validate the JSON file structure and values before using it to encode to the SPC file format.
Current limitations include (but not exhaustive):
- Only working for the new SPC file format
- Only working with float values, which means an absolute max value of around 10^38 (max : 3.4028237 × 1038 and min : 1.175494 × 10-38)