UNPKG

wv-gotcha

Version:

![](https://raw.githubusercontent.com/wV-software/icons/main/Wv/Product%20Icon/wv_128x128.png) wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.

9 lines 438 B
import { Encoding } from "decova-filesystem"; export declare class Json { static Load<T>(path: string, encoding?: Encoding): T; static populate(obj: object, jsonFile: string): void; static TrySave(path: string, obj: object, overwriteExisting: boolean, beautify?: boolean, encoding?: Encoding): boolean; static FromObject(obj: object | []): string; static Parse<T>(json: string): T; } //# sourceMappingURL=Json.d.ts.map