json/docs/mkdocs/docs
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
..
api Update documentation 2022-05-02 06:45:15 +02:00
features Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
home Add apply*() functions (visitor pattern) 2022-05-03 21:35:51 +02:00
images Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
integration Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
index.md Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00