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
- Host: GitHub
- URL: https://github.com/kimpors/cson
- Owner: kimpors
- License: mit
- Created: 2025-12-19T12:49:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-10T11:27:32.000Z (6 months ago)
- Last Synced: 2026-01-11T03:32:59.322Z (6 months ago)
- Topics: c, json, library, makefile, parser
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```