Use streams for reading files in jskos-validate
Closed this issue · 1 comments
stefandesu commented
Large files that don't fit in memory can't be validated with jskos-validate. We should use streams instead.
Line 60 in 7bc46c7
Requires https://github.com/gbv/json-anystream.
stefandesu commented
Implemented with PR #22.