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.
parseJson
jsonParser
1 parent b07f320 commit 0917d62Copy full SHA for 0917d62
README.md
@@ -69,7 +69,7 @@ Argonaut defines a type `JNull` as the type of the `null` value in JavaScript.
69
(Or, where do `Json` values come from?)
70
71
If your program is receiving JSON data as a string, you probably want the
72
-`parseJson` function in `Data.Argonaut.Parser`, which is a very simple wrapper
+`jsonParser` function in `Data.Argonaut.Parser`, which is a very simple wrapper
73
around JavaScript's `JSON.parse`.
74
75
Otherwise, `Json` values can be introduced into your program via the FFI or via
0 commit comments