1.0.1 • Published 3 months ago

@247grad/system-text-json-refs v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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);
1.0.1

3 months ago

1.0.0

3 months ago