I'm trying to accomplish a simple json query, but havn't been able to get any code to compile because the error is as below:
fatal error: json-glib.h file not found
It comes up when trying to compile the following line:
#include <json-glib.h>
I've done a bunch of searching on google and can't find what I've done wrong.
Any help would be appreciated!
Loren
Edit:
I’m using Tizen studio and developing a wearable app for a Samsung Gear S3.