Extensions.IsNullOrEmpty method
Checks if provided JToken is null or empty.
public static bool IsNullOrEmpty(this JToken token)
parameter | description |
---|---|
token | The JSON token to check. |
Return Value
True if null or empty.
See Also
- class Extensions
- namespace Autodesk.DataExchange.Converters.Extension