swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
778 stars 525 forks source link

Question: do we have swagger parser c++ version? #1953

Open shuoyang2016 opened 1 year ago

shuoyang2016 commented 1 year ago

Hello, we are working on API proxy which could understand the header and body of the http requests by using openapi schema parser. We want to contribute a filter in https://www.envoyproxy.io/ so it can extract fields from json payload. We are wondering if there is c++ version of it? Thanks.