Skip to main content

Class JsonIgnoreAttribute

Specifies that a property should be ignored when serializing an object to JSON.

Assembly: MicroJson.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, Inherited = true)]
public class JsonIgnoreAttribute : Attribute

Inheritance: System.Object -> System.Attribute