Table of Contents

NewtonsoftJsonFormatter Constructor

Definition

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

setup Action<NewtonsoftJsonFormatterOptions>

The NewtonsoftJsonFormatterOptions which need to be configured.

NewtonsoftJsonFormatter(NewtonsoftJsonFormatterOptions)

Initializes a new instance of the NewtonsoftJsonFormatter class.

public NewtonsoftJsonFormatter(NewtonsoftJsonFormatterOptions options)

Parameters

options NewtonsoftJsonFormatterOptions

The configured NewtonsoftJsonFormatterOptions.