You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: KGySoft.Json/Json/JsonValue.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ namespace KGySoft.Json
78
78
/// You can use the <see cref="AsNumber"/> property to get the same value as JavaScript would also get and the <see cref="AsLiteral"/> property, which returns
79
79
/// the actual value as it will be dumped when converting the value to JSON. An implicit conversion from the .NET <see cref="double"/> type also exists.
80
80
/// <note type="warning">It is not recommended to write wide numeric .NET types (<see cref="long"/>, <see cref="decimal"/>, etc.) as a
81
-
/// JSON <see cref="JsonValueType.Number"/> because when processed by JavaScript, the precision of these value might be lost without any warning.
81
+
/// JSON <see cref="JsonValueType.Number"/> because when processed by JavaScript, the precision of these values might be lost without any warning.
82
82
/// If you are sure that you want to store such values as numbers, use the <see cref="CreateNumberUnchecked"/> method or
83
83
/// the <see cref="O:KGySoft.Json.JsonValueExtensions.ToJson">JsonValueExtensions.ToJson</see> overloads with <c>asString: false</c> parameter.</note>
0 commit comments