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.
2 parents e264cad + 310bea8 commit 5e3895aCopy full SHA for 5e3895a
Data/Aeson.hs
@@ -381,7 +381,7 @@ eitherDecodeStrict' =
381
-- The 'Object' type contains JSON objects:
382
--
383
-- > λ> decode "{\"name\":\"Dave\",\"age\":2}" :: Maybe Object
384
--- > Just (fromList) [("name",String "Dave"),("age",Number 2)]
+-- > Just (fromList [("name",String "Dave"),("age",Number 2)])
385
386
-- You can extract values from it with a parser using 'parse',
387
-- 'parseEither' or, in this example, 'parseMaybe':
0 commit comments