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

https://github.com/kimpors/cson

json parser on c
https://github.com/kimpors/cson

c json library makefile parser

Last synced: 6 months ago
JSON representation

json parser on c

Awesome Lists containing this project

README

          

# Cson

## Overview

Cson is library for json parsing in c. Currently work only
on linux.

## How to Build

For build you need install make.
Copy repo somewhere, then paste this command for static lib:

```
make static
```

this command for shared lib:

```
make shared
```

If you want to install:

```
make install-static
```

this command for shared lib:

```
make install-shared
```