JasperFx/alba

Use of System.Text.Json

schmallaria opened this issue · 4 comments

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

In Alba 5, yes.

Is there a way we can configure the Json options ?

@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.

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