### Is your proposal related to a problem? parsing 2 million JSON files is slow. ### Describe the solution you'd like Registering JSON parsers as features in the release of the sc2_datasets. e.g. ``` pip install sc2_datasets[msgspec] ```
Is your proposal related to a problem?
parsing 2 million JSON files is slow.
Describe the solution you'd like
Registering JSON parsers as features in the release of the sc2_datasets.
e.g.