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

From string to object

Parameters

jsonString: string

json string to turn into object

optional
filename: string

Name of file being deserialized

Returns

object