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
Based on a conversation with @brollb, we decided that it might be nice to add additional support with typescript for webgme-json-importer json format that adheres to the schema.
The text was updated successfully, but these errors were encountered:
umesh-timalsina
changed the title
Class GMEJSONNode and Typescript Refactor
GMEJSONNode and Typescript Refactor
Apr 13, 2022
It is worth noting that using types should prevent internal bugs (or bugs when calling from typescript) but won't do any runtime checking. For that, we would need something like JSON schema (or using rust and wasm but that is a bigger jump and probably wouldn't be worth the bigger effort).
Based on a conversation with @brollb, we decided that it might be nice to add additional support with typescript for
webgme-json-importer
json format that adheres to the schema.The text was updated successfully, but these errors were encountered: