Skip to content

Commit

Permalink
Fixed minor spelling mistake. nst#134
Browse files Browse the repository at this point in the history
"You'll find more that 300 tests"
To
"You'll find more than 300 tests"
  • Loading branch information
ChristanVersteeg committed Oct 18, 2024
1 parent c2011ba commit 388c667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion article/parsing_json.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For instance, `n_string_unescaped_tab.json` contains <CODE>["<U>09</U>"]</CODE>,

Note that since several parsers don't allow scalars at the top level (`"test"`), I embed strings into arrays (`["test"]`).

You'll find more that 300 tests in the [JSONTestSuite GitHub repository](https://github.com/nst/JSONTestSuite).
You'll find more than 300 tests in the [JSONTestSuite GitHub repository](https://github.com/nst/JSONTestSuite).

The test files were mostly handcrafted while reading specifications, trying to pay attention to edge cases and ambiguous parts. I also tried to reuse other test suites found on the Internet (mainly [json-test-suite](https://code.google.com/archive/p/json-test-suite/) and [JSON Checker](http://www.json.org/JSON_checker/)), but I found that most test suites did only cover basic cases.

Expand Down

0 comments on commit 388c667

Please sign in to comment.