Json Schema Validation? #11472
Unanswered
justinmchase
asked this question in
Q&A
Replies: 2 comments 1 reply
-
While I couldn't find a straight forward port of ajv or one of the other popular jsonschema validators... I was pleasantly surprised to find that there is a new schema validation standard called JTD (json type definition) and there is a module for this already: I actually kind of hate the json schema standard so I'm glad to see this and so long as it works, its a welcome shift! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Or just use AJV? https://cdn.skypack.dev/[email protected]?dts |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't seem to find a 3rd party module or a std library module for deno for simply doing json schema validation. I'm wondering if anyone has done this in Deno yet and if anyone has a recommendation?
Beta Was this translation helpful? Give feedback.
All reactions