Skip to content

jamiebuilds/json-parser-in-typescript-very-bad-idea-please-dont-use

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

json-parser-in-typescript-very-bad-idea-please-dont-use

JSON Parser written entirely in TypeScript's type system

import type { ParseJson } from "json-parser-in-typescript-very-bad-idea-please-dont-use"

type Person = ParseJson<'{ "name": "Jamie Kyle", "twitter": "https://twitter.com/buildsghost" }'>
// {
//   "name": "Jamie Kyle",
// } & {
//   "twitter": "https://twitter.com/buildsghost"
// }

Follow me nerds

About

JSON Parser written entirely in TypeScript's type system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published