Apicurio / apicurio-epics

Repository to hold issues representing high level Apicurio team epics.
0 stars 0 forks source link

Native support for YAML #86

Closed EricWittmann closed 3 months ago

EricWittmann commented 11 months ago

Currently we convert content to JSON before storing it, and then we can convert it back to yaml when requested. But what we should do instead is accept yaml as the encoding and store it like that.

EricWittmann commented 3 months ago

Done.