json/docs/mkdocs/docs/home
Florian Albrechtskirchinger f898c19aca
Add apply*() functions (visitor pattern)
Add 3 variants of apply*() functions that invoke a given callable with
the supplied arguments and the stored JSON value.

* void apply(Fn, Args...):
  ...

* void apply_cb(ResultCallback, Fn, Args...):
  ...

* R apply_r(Fn, Args...):
  ...
2022-05-03 21:35:51 +02:00
..
code_of_conduct.md Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
design_goals.md Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
exceptions.md Add apply*() functions (visitor pattern) 2022-05-03 21:35:51 +02:00
faq.md Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
license.md Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
releases.md Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
sponsors.md Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00