https://github.com/apiaryio/redsnow
https://github.com/apiaryio/matter_compiler
我需要为 matter_compiler 生成一个带有 redsnow 的 json/yaml。
我检查了文档和代码,但没有找到。目前有可能吗?
为什么需要它:
我想使用来自测试/规范的数据生成 apiblueprint-markdown。
https://github.com/apiaryio/redsnow
https://github.com/apiaryio/matter_compiler
我需要为 matter_compiler 生成一个带有 redsnow 的 json/yaml。
我检查了文档和代码,但没有找到。目前有可能吗?
为什么需要它:
我想使用来自测试/规范的数据生成 apiblueprint-markdown。
是的,RedSnow 不支持序列化为 JSON/YAML。序列化仅在 SnowCrash 中。
但是你可以在 matter_compiler中查看blueprint.rb 。您可以扩展此类并使用他的serialize
方法从您的类中创建降价。