JsonContent.Content

JsonContent.Content property

Gets the dynamic json structure.

public object Content { get; }

Remarks

The possible value types can be: - An IConvertible object. - A non empty IReadOnlyList object. - A non empty IReadOnlyDictionary object.

See Also