Skip to content

This is a mirror, see website for actual repository

Notifications You must be signed in to change notification settings

sthomen/libjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libjson

Super simple C JSON implementation, designed to work on IRIX 6.5, as part of my Motif Matrix client project.

libjson requires lemon to generate the JSON parsing code (json_decode()).

cmocka is needed if you want to run the unit tests.

Note that the Makefile is in the BSD/smake format, NOT GNU.