JsonValueAsLiteral Property

If this JsonValue represents a primitive JavaScript type (Undefined, Null, Boolean, Number, String) or its Type is UnknownLiteral, then gets the underlying string literal; otherwise, gets .

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public string AsLiteral { get; }

Property Value

String

See Also