📝 add more documentation

This commit is contained in:
Niels Lohmann 2020-07-25 14:40:50 +02:00
parent 62f98b7537
commit 6e5be17b62
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
8 changed files with 271 additions and 21 deletions

View file

@ -0,0 +1,9 @@
# Overview
There are many ways elements in a JSON value can be accessed:
- unchecked access via [`operator[]`](unchecked_access.md)
- checked access via [`at`](checked_access.md)
- access with default value via [`value`](default_value.md)
- iterators
- JSON pointers