https://github.com/xmidt-org/cjson-extras
Misc C-json modules.
https://github.com/xmidt-org/cjson-extras
Last synced: about 2 months ago
JSON representation
Misc C-json modules.
- Host: GitHub
- URL: https://github.com/xmidt-org/cjson-extras
- Owner: xmidt-org
- License: apache-2.0
- Created: 2017-05-12T15:59:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T17:32:23.000Z (over 4 years ago)
- Last Synced: 2025-03-23T12:32:54.799Z (2 months ago)
- Language: C
- Size: 39.1 KB
- Stars: 1
- Watchers: 20
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# cjson-extra
Misc C-json modules.
[](https://travis-ci.com/xmidt-org/cjson-extras)
[](http://codecov.io/github/xmidt-org/cjson-extras?branch=master)
[]("https://scan.coverity.com/projects/comcast-cjson-extras)
[](https://github.com/xmidt-org/cjson-extras/blob/master/LICENSE.txt)
[](https://sonarcloud.io/dashboard?id=xmidt-org_cimplog)# Building and Testing Instructions
```
mkdir build
cd build
cmake ..
make
make test
```# Coding Formatter Settings
Please format pull requests using the following command to keep the style consistent.
```
astyle -A10 -S -f -U -p -D -c -xC90 -xL
```