static void assetReadDirSync(JXValue *results, int argc) { JX_SetJSON(&results[argc], files_json.c_str(), files_json.length()); }
static void getTaskOptions(JXValue *results, int argc) { JX_SetJSON(&results[argc], taskOptions_json.c_str(), taskOptions_json.length()); }