eslint-plugin-json-schema-validator
eslint-plugin-json-schema-validator copied to clipboard
High ram usage
trafficstars
Using this plugin to validate large amounts of jsons leads to an inevitable out of memory exception. It seems like all JSONs read are not freed after validating their schema.