JasperFx / alba

Easy integration testing for ASP.NET Core applications
https://jasperfx.github.io/alba
Apache License 2.0
405 stars 39 forks source link

Use of System.Text.Json #84

Closed schmallaria closed 3 years ago

schmallaria commented 3 years ago

Is there a possibility to use System.Text.Json instead of Json.NET?

jeremydmiller commented 3 years ago

In Alba 5, yes.

satishviswanathan commented 2 years ago

Is there a way we can configure the Json options ?

jeremydmiller commented 2 years ago

@satishviswanathan Alba is using the Json serializer from your actual application, so however you have things configured in the app itself, that's what Alba is doing too.

satishviswanathan commented 2 years ago

Got it. Thank you @jeremydmiller for your quick response.