load apps contexts into memory from a JSON file

This commit is contained in:
loki
2019-12-15 14:30:00 +01:00
parent d17f37db12
commit 8b56122542
7 changed files with 116 additions and 29 deletions

View File

@@ -1,6 +1,5 @@
#include <iostream>
#include <fstream>
#include <streambuf>
#include <iterator>
#include <functional>
#include <unordered_map>
@@ -38,7 +37,7 @@ nvhttp_t nvhttp {
CERTIFICATE_FILE,
"03904e64-51da-4fb3-9afd-a9f7ff70fea4", // unique_id
"devices.xml" // file_devices
"devices.json" // file_devices
};
bool whitespace(char ch) {