DAW JSON Link
|
json_apply
parses the document to parameter types specified in signature, then passes them to the Callable for evaluation. This is similar to std::apply
but using a JSON documents instead of tuples.
json_apply
is useful in IPC/RPC situations where the data is (de)serialized from/to JSON, such as JSON RPC or IPC with web views.