Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Dec 17, 2024
1 parent f0eada4 commit 41f0378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Glaze also supports:
- Use your own custom read/write functions ([Custom Read/Write](#custom-readwrite))
- [Handle unknown keys](./docs/unknown-keys.md) in a fast and flexible manner
- Direct memory access through [JSON pointer syntax](./docs/json-pointer-syntax.md)
- [JMESPath](./docs/JMESPath.md) querying
- [Binary data](./docs/binary.md) through the same API for maximum performance
- No exceptions (compiles with `-fno-exceptions`)
- If you desire helpers that throw for cleaner syntax see [Glaze Exceptions](./docs/exceptions.md)
Expand Down Expand Up @@ -943,6 +944,10 @@ auto ec = glz::read_ndjson(x, s);
### [Command Line Interface Menu](./docs/cli-menu.md)
### [JMESPath](./docs/JMESPath.md)
- Querying JSON
### [JSON Include System](./docs/json-include.md)
### [JSON Pointer Syntax](./docs/json-pointer-syntax.md)
Expand Down

0 comments on commit 41f0378

Please sign in to comment.