SharpYaml
SharpYaml copied to clipboard
Support for escaping slash for JSON Compatibility
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
No, I think it should be supported. PR welcome!
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