TypedJSON icon indicating copy to clipboard operation
TypedJSON copied to clipboard

Typed JSON parsing and serializing for TypeScript that preserves type information.

Results 55 TypedJSON issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

I'd like to use a special `None` type, to convert missing values, or `nulls`, to my own special type. I've found the `preserveNull: true` option, but this still seems to...

I'm trying to use [this monads library](https://github.com/sniptt-official/monads) to convert my nullable / undefined fields from my API calls, to rust-style Options. With it I can provide compile-time checking for nullable...

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

I would like it if typedjson wouldn't try to serialize and deserialize every field. Perhaps a `@jsonMemberIgnore` might be introduced?

Hey! I have a JSON structure which is quite similar to this: ![image](https://user-images.githubusercontent.com/27675999/82675523-3b500d80-9c45-11ea-91b8-74d295709e61.png) Naturally, I've created a model where the property **displayFields** is decorated like that (where K is an...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

BigInt is one of the standard built-in types in Typescript. At the moment TypedJSON does not support parsing BigInt out of the box. The underlying problem is also that the...

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.29 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies