Commit 5d22433
Document working with maps and arrays
Add documentation explaining how to access individual entries in maps
and arrays:
- In the Data Lookup Functions section, explain that multiple keys in
the same map are accessed via separate calls with the full lookup
path, and that MMDB_get_entry_data_list() is more efficient for
retrieving all data from a complex structure.
- In the MMDB_entry_data_s section, note that MAP and ARRAY types
represent collections and explain how to access their items.
Relates to GitHub #255.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 93f6c58 commit 5d22433
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
| |||
609 | 613 | | |
610 | 614 | | |
611 | 615 | | |
612 | | - | |
613 | | - | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
614 | 622 | | |
615 | 623 | | |
616 | 624 | | |
| |||
0 commit comments