Overview A super tiny utility to save me from having to fully type out JSON.stringify(data, null, 2) all over the place. Run import {stringify} from "easy-stringify"; console.log(stringify(someData));