An open API service indexing awesome lists of open source software.

https://github.com/wgtdkp/juson

lightweight json parser in c
https://github.com/wgtdkp/juson

Last synced: 4 days ago
JSON representation

lightweight json parser in c

Awesome Lists containing this project

README

          

# juson [![Build Status](https://travis-ci.org/wgtdkp/juson.svg?branch=master)](https://travis-ci.org/wgtdkp/juson)
A lightweight json parser in 500 lines pure C

## Dependency
None

## Try
```bash
$ make test
$ ./test json_file
```

## Usage
Copy _juson.c_ and _juson.h_ into your project, that's it.