All Projects → jamiebuilds → Json Parser In Typescript Very Bad Idea Please Dont Use

jamiebuilds / Json Parser In Typescript Very Bad Idea Please Dont Use

JSON Parser written entirely in TypeScript's type system

Programming Languages

typescript
32286 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].