SharpYaml icon indicating copy to clipboard operation
SharpYaml copied to clipboard

Support for escaping slash for JSON Compatibility

Open darrelmiller opened this issue 7 years ago • 2 comments
trafficstars

In the Yaml 1.2 spec support for an escaped slash "/" was added for JSON compatibility. Do you have any concerns with me creating a PR to fix this? We are dependent on it for the OpenAPI.Net library https://github.com/Microsoft/OpenAPI.NET/issues/266

darrelmiller avatar Jun 05 '18 16:06 darrelmiller

No, I think it should be supported. PR welcome!

xoofx avatar Jun 05 '18 16:06 xoofx

No, I think it should be supported. PR welcome!

Hi, I created a pull request with this fix: https://github.com/xoofx/SharpYaml/pull/66

Schnutzel avatar Feb 13 '19 13:02 Schnutzel