Table of Contents

Class JsonType

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The type of JSON.

public sealed class JsonType : ConstantClass
Inheritance
JsonType

Fields

Document

public static readonly JsonType Document

Field Value

JsonType

Lines

public static readonly JsonType Lines

Field Value

JsonType

Methods

FindValue(string)

Finds the JsonType instance for the string value

public static JsonType FindValue(string value)

Parameters

value string

Returns

JsonType

Operators

implicit operator JsonType(string)

Converts the string to JsonType instance

public static implicit operator JsonType(string value)

Parameters

value string

Returns

JsonType