TypeCheckFunctionsExtensions.IsPrimitive
Method
Definition
Determines if a certain property is of premitive JSON type.
public static bool IsPrimitive (this object obj);
Parameters
Returns
Returns true if this property is null otherwise returns false.
Remarks
Premitive JSON types (Double, String, Boolean and Null)