JsonParameterInfo public abstract class JsonParameterInfo Documentation Code public ICustomAttributeProvider AttributeProvider { get; } public Type DeclaringType { get; } public object DefaultValue { get; } public bool HasDefaultValue { get; } public bool IsMemberInitializer { get; } public bool IsNullable { get; } public string Name { get; } public Type ParameterType { get; } public int Position { get; }