schimitar
JSON →A lightweight schema-based data cutter that removes properties or array items from JavaScript objects based on a JSON Schema definition. Version 1.1.0 is the latest stable release with no defined release cadence. It provides naive sanitisation for trimming objects to a schema shape, but does not perform validation or throw errors on mismatches. Unlike validators like Ajv, schimitar focuses solely on cutting unwanted data, making it suitable for simple sanitisation before further processing.
Resources
packageschimitar ↗