https://github.com/codevendor/json_type
A TypeScript module for deno that creates a proper json type. Also included are safe type parsing and stringify methods that can also be async.
https://github.com/codevendor/json_type
Last synced: 8 months ago
JSON representation
A TypeScript module for deno that creates a proper json type. Also included are safe type parsing and stringify methods that can also be async.
- Host: GitHub
- URL: https://github.com/codevendor/json_type
- Owner: Codevendor
- License: mit
- Created: 2022-09-05T02:16:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T18:55:42.000Z (over 3 years ago)
- Last Synced: 2025-07-12T18:00:17.225Z (9 months ago)
- Language: TypeScript
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json_type
A TypeScript module for deno that creates a proper json type. Also included are safe type parsing and stringify methods that can also be async.