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 02c5550 commit e5c33fdCopy full SHA for e5c33fd
src/Data/Argonaut/Core.purs
@@ -83,7 +83,7 @@ type JAssoc = Tuple String Json
83
foreign import data JNull :: *
84
85
-- | The type of JSON data. The underlying representation is the same as what
86
--- | would be returned from JavaScript's `JSON.stringify` function; that is,
+-- | would be returned from JavaScript's `JSON.parse` function; that is,
87
-- | ordinary JavaScript booleans, strings, arrays, objects, etc.
88
foreign import data Json :: *
89
0 commit comments