version 2.2.0
Changes
Removed JSON in favor of a custom serialize format. Reasons being:
- JSON required "bulk processing", input stage had to finish first, only then processing can happen, only then output can be generated
- Using custom serialized format, a range-like method is possible, where each line (class) is read, processed, output (if any) given
- This also reduces memory footprint