Skip to content

Commit 0917d62

Browse files
author
Pierre Allix
authored
Rename parseJson to jsonParser in doc
jsonParser is defined in `Data.Argonaut.Parser`, not `parseJson`
1 parent b07f320 commit 0917d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Argonaut defines a type `JNull` as the type of the `null` value in JavaScript.
6969
(Or, where do `Json` values come from?)
7070

7171
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
72+
`jsonParser` function in `Data.Argonaut.Parser`, which is a very simple wrapper
7373
around JavaScript's `JSON.parse`.
7474

7575
Otherwise, `Json` values can be introduced into your program via the FFI or via

0 commit comments

Comments
 (0)