Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.39 KB

HEADER.md

File metadata and controls

27 lines (20 loc) · 1.39 KB

mutant-json

unit-testing npm-publish npm-downloads codecov patreon-donate github-sponsor paypal-sponsor

A complete mutant json which uses traverse-json to enable traverse filtering.

Motivation

Many time I've encontered with the difficult task of mutate a object with nested properties by filtering properties using a single function, so a mutant-json solves this using traverse-json with multiple options for traversing.

Installation

Npm:

npm install mutant-json --save

Yarn:

yarn add mutant-json