Table of Contents

Enum JsonSerializerDefaults

Namespace
nanoFramework.Json
Assembly
nanoFramework.Json.dll

Specifies scenario-based default serialization options that can be used to construct a JsonSerializerOptions instance.

public enum JsonSerializerDefaults

Fields

General = 0

General-purpose option values. These are the same settings that are applied if a JsonSerializerDefaults member isn't specified.

For information about the default property values that are applied, see JsonSerializerOptions properties.

Web = 1

Option values appropriate to Web-based scenarios.

This member implies that:

- Property names are treated as case-insensitive.