I've added "#include "json/cjson.h" to the top of user_main.c file, and added just this one line of code:
cJSON * rcvd_json = cJSON_Parse(recv_buf);
However when I compile I get: "undefined reference to cJSON_Parse"
Anyone have any tips on what I am forgetting to do to make this compile successfully? Any hints would be very much appreciated.
Thanks.
-Jonathan