< Back

New-NewtonsoftJsonSettings

Mon Jan 13, 2020 7:30 pm

NAME New-NewtonsoftJsonSettings



SYNOPSIS

Creates a new Settings object.





SYNTAX

New-NewtonsoftJsonSettings [<CommonParameters>]





DESCRIPTION

Creates a new object of Newtonsoft.Json.JsonSerializerSettings





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$settings = New-NewtonsoftJsonSettings















RELATED LINKS