Routines for converting the Param data to json.

This commit is contained in:
eelke 2017-12-09 15:46:56 +01:00
parent 0cbd0d16a1
commit 466920bf4e
3 changed files with 52 additions and 2 deletions

10
pglab/ParamListJson.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef PARAMLISTJSON_H
#define PARAMLISTJSON_H
#include "json/json.h"
class ParamListModel;
Json::Value ParamListModelToJson(const t_ParamList &list);
#endif // PARAMLISTJSON_H