OpenAPI.NET icon indicating copy to clipboard operation
OpenAPI.NET copied to clipboard

Json serilaization options

Open jchannon opened this issue 6 years ago • 2 comments

Would it be possible to have an overload so we can pass our own serialization settings in? Perhaps the new System.Text.Json.JsonSerializerOptions and/or JSON Net settings?

jchannon avatar Sep 20 '19 15:09 jchannon

For writing? What kind of settings would you like to change? We wrote our own JSON/YAML writer to avoid the dependency on JSON.NET.

darrelmiller avatar Sep 25 '19 19:09 darrelmiller

Maybe just camelCase option at least

On Wed, 25 Sep 2019 at 21:38, Darrel [email protected] wrote:

For writing? What kind of settings would you like to change? We wrote our own JSON/YAML writer to avoid the dependency on JSON.NET.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/OpenAPI.NET/issues/419?email_source=notifications&email_token=AAAZVJXTD2HD3S36USFH5QDQLO4Z5A5CNFSM4IYYRNW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7TC4XA#issuecomment-535178844, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAZVJRBGCREI5I2ZO62J23QLO4Z5ANCNFSM4IYYRNWQ .

jchannon avatar Sep 25 '19 22:09 jchannon