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) 196 B
export { sculptJson, sculptString, findObjectInJson, replaceObjectInJson, } from "./sculptJson"; export type { JsonValue, JsonObject, SculptOptions, Replacements, Commands, } from "./sculptJson";