You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found out about JSON Type Definition, which is not extensive as JSON Schema in its goals, but definitely similar. I think a big part of it is targeting code-generation for multiple languages (see https://jsontypedef.com/docs/)
Given the similarity, I figured the internal representation in this library prior to serializing into json schema would be sufficient for producing JSON Type Definitions, which can then be used for generating code in other languages.
Discuss!
The text was updated successfully, but these errors were encountered:
I recently found out about JSON Type Definition, which is not extensive as JSON Schema in its goals, but definitely similar. I think a big part of it is targeting code-generation for multiple languages (see https://jsontypedef.com/docs/)
Given the similarity, I figured the internal representation in this library prior to serializing into json schema would be sufficient for producing JSON Type Definitions, which can then be used for generating code in other languages.
Discuss!
The text was updated successfully, but these errors were encountered: