added jansson

This commit is contained in:
merlokk 2018-11-12 15:00:35 +02:00
commit ab196ad2ee
22 changed files with 5890 additions and 25 deletions

View file

@ -13,7 +13,6 @@
#include <jansson.h>
#include "jansson_private.h"
json_t *json_path_get(const json_t *json, const char *path)
{
static const char root_chr = '$', array_open = '[';