2023-04-22 22:32:23 +02:00
2023-04-22 18:43:36 +02:00
2023-04-22 22:29:50 +02:00
2023-04-22 18:43:36 +02:00
2023-04-22 18:43:36 +02:00
2023-04-22 18:43:36 +02:00
2023-04-22 22:32:23 +02:00
2023-04-22 18:43:36 +02:00

C JSON Parser

Just for fun.

Parses json values into structs containing type information and data. Arrays are null-terminated arrays of pointers to json values. Objects are represented with a poorly written map implementation. Remaining data types are represented with native C types.

Usage

Compile

option 1 build (debug build):

make

option 2 build (release build):

make BUILD=release

Run

./bin/{release|debug}/json_parser
Description
No description provided
Readme 3.8 MiB
Languages
C 88.9%
Makefile 5.9%
Shell 5.2%