/jval

C library for representing JSON data

Primary LanguageCMIT LicenseMIT

jval

jval is a C library for representing JSON data.

samples/sample_hello.c includes jval.h, creates a "jval" data structure in memory, and outputs JSON similar to the following:

{
  "message": "Hello",
  "name": "World"
}