Skip to main content
The Deno 2 Release Candidate is here
Learn more
method JsonUtil.prototype.deserializeWithCacheCheck
import { JsonUtil } from "https://deno.land/x/sptaki@1.2.0/utils/JsonUtil.d.ts";

From json string to object

Parameters

jsonString: string

String to turn into object

filePath: string

Path to json file being processed

Returns

Object