Converts object to matching JsonValue.
Supports conversion of numbers, strings and dates including nullable versions.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic static JsonValue From(
Object obj
)
Public Shared Function From (
obj As Object
) As JsonValue
Parameters
- obj
- Type: SystemObject
Object to convert.
Return Value
Type:
JsonValueObject wrapped as JSON value.
Exceptions
See Also