LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
607 stars 69 forks source link

Add support for JSON configuration files #129

Open thebino opened 9 months ago

thebino commented 9 months ago

In the documentation for wiremock.org is a folder with JSON files that can be used to configure the stubs and matches. Is there any chance this will be supported here as well?

LukeMathWalker commented 9 months ago

There's nothing preventing us from supporting it, apart from development effort. It's not actively being worked on though.