OneDrive / apidoctor

Application for validating API documentation and generating test cases
Other
40 stars 27 forks source link

Improve YAML validation #276

Closed jasonjoh closed 1 month ago

jasonjoh commented 3 months ago

Replaced custom string parsing with YamlDotNet deserializer, which handles more YAML formats.

Fixes #274

jasonjoh commented 3 months ago

@millicentachieng @andrueastman