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

https://github.com/ajaybiswas22/c-json-utility

Utility for json
https://github.com/ajaybiswas22/c-json-utility

c header-files json json-parsing json-schema

Last synced: about 1 month ago
JSON representation

Utility for json

Awesome Lists containing this project

README

          

# c-json-utility

Utility for creating your own json output in c language.

## Usage

1. See [example.c](example.c)
2. The [json_util.h](json_util.h) file contains the json utility functions.

## Utility Functions

1. j_item: Creates a json item.
2. j_group: Can create json array or object having n number of j_items, j_group, or j_array.
3. make_group: Creates a list of string which acts as value in the j_group.