@247grad/system-text-json-refs

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i @247grad/system-text-json-refs

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

18.4 kB

Total Files

12

Last publish

Collaborators

  • lukashaertel
  • wp247grad