We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b33c92 commit 8fa4ea3Copy full SHA for 8fa4ea3
src/JSON.purs
@@ -62,7 +62,7 @@ fromNumberWithDefault fallback n = runFn2 Internal._fromNumberWithDefault fallba
62
63
-- | Converts an `Int` into `JSON`.
64
-- |
65
--- | There is no corresponding `toInt` as JSON doesn't have a concept of integers - this is provided
+-- | Note: JSON doesn't have a concept of integers. This is provided
66
-- | as a convenience to avoid having to convert `Int` to `Number` before creating a `JSON` value.
67
foreign import fromInt :: Int -> JSON
68
0 commit comments