@247grad/system-text-json-refs
v1.0.1
Published
Parses System.Text.Json references
Downloads
3
Readme
About
Parses JSON produced by .Net System.Text.Json serialization with reference preservation.
Install
npm i @247grad/system-text-json-refs
Use
Import from package and parse a given JSON string.
import { parseWithRefs } from "@247grad/system-text-json-refs"
const parsed = parseWithRefs(text);