NewtonsoftJsonFormatter Constructor
Definition
- Namespace
- Codebelt.Extensions.Newtonsoft.Json.Formatters
- Assemblies
- Codebelt.Extensions.Newtonsoft.Json.dll
NewtonsoftJsonFormatter()
Initializes a new instance of the NewtonsoftJsonFormatter class.
public NewtonsoftJsonFormatter()
NewtonsoftJsonFormatter(Action<NewtonsoftJsonFormatterOptions>)
Initializes a new instance of the NewtonsoftJsonFormatter class.
public NewtonsoftJsonFormatter(Action<NewtonsoftJsonFormatterOptions> setup)
Parameters
setupAction<NewtonsoftJsonFormatterOptions>The NewtonsoftJsonFormatterOptions which need to be configured.
NewtonsoftJsonFormatter(NewtonsoftJsonFormatterOptions)
Initializes a new instance of the NewtonsoftJsonFormatter class.
public NewtonsoftJsonFormatter(NewtonsoftJsonFormatterOptions options)
Parameters
optionsNewtonsoftJsonFormatterOptionsThe configured NewtonsoftJsonFormatterOptions.