Variable traverse_jsonConst

traverse_json: { delete: { (root: MaybeJson, path: Path): MaybeJson; (root: MaybeJsonish, path: Path): MaybeJsonish }; get: { (root: MaybeJson, path: Path): MaybeJson; (root: MaybeJsonish, path: Path): MaybeJsonish }; has: { (root: MaybeJson, path: Path): boolean; (root: MaybeJsonish, path: Path): boolean }; set: ((root: MaybeJson, path: Path, value: MaybeJson, creator?: ((next: PathSegment) => Json)) => MaybeJson); update: ((root: MaybeJson, path: Path, update: ((value: MaybeJson) => MaybeJson), creator?: ((next: PathSegment) => Json)) => MaybeJson) } = ...

Fixed collection of traversal methods tailored for the Json type

Type declaration

Generated using TypeDoc