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
Until 1.0.0-Beta1 version (I have not been able to test the most recent Beta versions) the import/export only accept JSON format.
Adding YAML format support is easy, just allow selecting this format and convert it to JSON with any javascript library. And add a new export option in YAML format, doing the inverse process (convert from json to yaml).
It does not require any modification in how Apicurio works with the information internally, only a little modification in the import and export flows.
Until 1.0.0-Beta1 version (I have not been able to test the most recent Beta versions) the import/export only accept JSON format.
Adding YAML format support is easy, just allow selecting this format and convert it to JSON with any javascript library. And add a new export option in YAML format, doing the inverse process (convert from json to yaml).
It does not require any modification in how Apicurio works with the information internally, only a little modification in the import and export flows.
Thanks.