magnusbaeck / logstash-filter-verifier

Apache License 2.0
192 stars 27 forks source link

Known limitations -1: Add YAML support #62

Closed croesnick closed 4 years ago

croesnick commented 5 years ago

As already stated by @magnusbaeck in the Known Limitations, supporting YAML (superset of JSON) would be nice, especially to get around the need to always escape quotes in JSON input objects. This PR adds this support as well as a short section in the README how to convert already present testcases in JSON format to YAML. Enjoy. :)

matejzero commented 5 years ago

This would be really nice to have. I always forget to escape a string or have to run strings through an external escape tool to be used in LFV.

magnusbaeck commented 4 years ago

YAML support was added in newly merged PR #70 so this is no longer necessary.