UNPKG

json-sculpt

Version:

JSON Sculpt is a utility library designed to transform or "sculpt" JSON objects into your desired shape.

3 lines (2 loc) 121 B
export * from "./types"; export { sculptJson, sculptString, findObjectInJson, replaceObjectInJson, } from "./functions";