Skip to content

247GRAD/system-text-json-refs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parses System.Text.Json references

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published