Skip to content

Commit bd7a3d4

Browse files
committed
docs: Fix hyperlink and missing parameter documentation
1 parent 8d7f0b1 commit bd7a3d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ The `parse` method offers more detailed [error information](#error-handling), th
145145
| `allowSingleQuotedStrings` | accepts strings delimited by single-quotes too (boolean) |
146146
| `allowDuplicateObjectKeys` | allows reporting duplicate object keys as an error (boolean) |
147147
| `mode` | sets multiple options according to the type of input data (string) |
148+
| `reviver` | converts object and array values (function) |
148149

149150
The `mode` parameter (string) sets parsing options to match a common format of input data:
150151

@@ -244,4 +245,4 @@ Licensed under the MIT license.
244245
[a lot slower]: ./benchmarks/results/performance.md#results
245246
[clear error reporting]: ./benchmarks/results/errorReportingQuality.md#results
246247
[on-line page]: http://prantlf.github.com/jsonlint/
247-
[source]: ./web/jsonhint.html
248+
[source]: ./web/jsonlint.html

0 commit comments

Comments
 (0)