在 .NET 中读取 YAML 响应的最佳方法?
我们最近一直在尝试开发一个使用 pandastream 对视频进行编码的应用程序,我们成功发送了视频,并且我们得到的响应是 YAML 格式的,但是我们可以找到的唯一工具(适用于 .NET 的 YAML)是不解析文件。 有其他人遇到过这个问题,或者对在 .NET 中解析 YAML 文件的最佳实践有任何见解吗?
Weve recently been trying to work on an application that uses pandastream to encode our videos, we are sending the videos successfully, and the response that we get back is in YAML, however the only tool that we can find (YAML for .NET) is not parsing the file. Has anyone else ran into this, or have any insight on the best practice for parsing a YAML file in .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只是为了更新,我找到了一个相当有用但还不太优雅的解决方案来解决我的问题。
yamldotnet
Just to update, i found a rather useful, but not too elegant as yet solution for my issue.
yamldotnet
您是否尝试过http://www.codeplex.com/yaml?
Have you tried, http://www.codeplex.com/yaml?