diff options
Diffstat (limited to 'libs/json.h')
-rw-r--r-- | libs/json.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/json.h b/libs/json.h new file mode 100644 index 0000000..3896805 --- /dev/null +++ b/libs/json.h @@ -0,0 +1,4 @@ +#pragma once +#include <json-c/json.h> + +json_object* jsonParseString(char* stringedJSON); |