We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0b660 commit 41432f0Copy full SHA for 41432f0
1 file changed
external/JSON.cs
@@ -12,7 +12,7 @@
12
/// Spec. details, see http://www.json.org/
13
///
14
/// JSON uses Arrays and Objects. These correspond here to the datatypes ArrayList and Hashtable.
15
-/// All numbers are parsed to floats or ints.
+/// All numbers are parsed to floats, ints, or longs.
16
/// </summary>
17
public class JSON
18
{
0 commit comments