Show case how to use pretty json

This commit is contained in:
Tony
2024-10-03 20:35:19 +08:00
parent 4f13a03401
commit 73f365d3f0
3 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
let key;
let value;
let store = new LazyStore("cache.json");
let store = new LazyStore("cache.json", { serializeFnName: "pretty-json" });
let cache = {};
async function refreshEntries() {