Click or drag to resize
JsonValueFrom Method
Converts object to matching JsonValue. Supports conversion of numbers, strings and dates including nullable versions.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public static JsonValue From(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to convert.

Return Value

Type: JsonValue
Object wrapped as JSON value.
Exceptions
ExceptionCondition
InvalidCastExceptionThrown when object being converted is not supported.
See Also