Skip to content

Commit a35f50f

Browse files
Improve XML documentation for JsonConvert
Updated XML documentation for oSource parameter to improve clarity.
1 parent 6c252f6 commit a35f50f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nanoFramework.Json/JsonConvert.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ private struct LexToken
3333
/// <summary>
3434
/// Convert an object to a JSON string.
3535
/// </summary>
36-
/// <param name="oSource">The value to convert. Supported types are: Boolean, String, Byte, (U)Int16, (U)Int32,
36+
/// <param name="oSource">
37+
/// The value to convert. Supported types are: Boolean, String, Byte, (U)Int16, (U)Int32,
3738
/// Float, Double, Decimal, Array, IDictionary, IEnumerable, Guid, Datetime, DictionaryEntry, Object and null.
3839
/// </param>
3940
/// <returns>The JSON object as a string or null when the value type is not supported.</returns>

0 commit comments

Comments
 (0)