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
- Host: GitHub
- URL: https://github.com/ajaybiswas22/c-json-utility
- Owner: ajaybiswas22
- License: mit
- Created: 2023-01-17T09:50:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T13:22:28.000Z (over 3 years ago)
- Last Synced: 2026-04-28T17:28:03.409Z (about 2 months ago)
- Topics: c, header-files, json, json-parsing, json-schema
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.