JTokenExtensionMethods Class

Extension / Helper methods for the JToken objects used in JSON Serialization / Deserialization throughout the VAF.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static class JTokenExtensionMethods
Inheritance
Object    JTokenExtensionMethods

Methods

IsEmpty Utility method to check a JToken for nulls.
RemoveNulls Utility method to remove null values from a JToken.

See Also