Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 240 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 240 Bytes

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"
}