Skip to content

atpalmer-clibs/jval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C library for representing JSON data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published