[no ci] additional examples

This commit is contained in:
Daniel Lemire 2021-07-27 11:08:24 -04:00 committed by GitHub
parent e5a4b8b81b
commit eeac91579c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ support for users who avoid exceptions. See [the simdjson error handling documen
}
```
### Using the Parsed JSON: Additional examples
Let us review these concepts with some additional examples. For simplicity, we omit the include clauses (`#include "simdjson.h"`) as well as namespace-using clauses (`using namespace simdjson;`).