You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Properties > DefaultSettings Property
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.DefaultSettings Property

Gets or sets a function that creates default JsonSerializerSettings. Default settings are automatically used by serialization methods on JsonConvert, and JToken.ToObject{T}() and JToken.FromObject(object) on JToken. To serialize without using any default settings create a JsonSerializer with JsonSerializer.Create().

Syntax
C++
C#
Visual Basic
public: __property Func<JsonSerializerSettings> DefaultSettings;
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.