json/docs/mkdocs
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
..
docs Add apply*() functions (visitor pattern) 2022-05-03 21:35:51 +02:00
scripts Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
Makefile Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
mkdocs.yml Update documentation 2022-05-02 06:45:15 +02:00
requirements.txt Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00