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: 23 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T18:55:42.000Z (almost 4 years ago)
- Last Synced: 2025-07-23T17:48:35.467Z (12 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.