'Declaration
<JsonAttribute(1)> <DefaultValueAttribute(0)> Public Property Value As Nullable(Of Double)
[Json(1)] [DefaultValue(0)] public Nullable<double> Value {get; set;}
'Declaration
<JsonAttribute(1)> <DefaultValueAttribute(0)> Public Property Value As Nullable(Of Double)
[Json(1)] [DefaultValue(0)] public Nullable<double> Value {get; set;}