import * as simpleUtility from "https://deno.land/x/simple_utility@v1.4.4/src/json.deno.ts";
Functions
Wrapper function of | |
Read JSON file and convert to object. If JSON file does not exist create new file with default value. Argument default value also act as type definition. | |
Read JSON file and convert to object. | |
Convert from object to JSON and write to file. |