Commit Graph

5 Commits

Author SHA1 Message Date
olemorud
2eeaa2171f Fix all memory leaks 2023-04-24 23:44:45 +02:00
olemorud
9a88d1cbdc Refactor
Move json_value and obj_t to same file
 - Rename json_obj.* -> json_value.*
 - Move `print_json_value(...)` to json_value.*

Move `err_ctx(...)` to util.*

parse.h now only exposes `parse_json_value(...)`
2023-04-24 23:44:45 +02:00
olemorud
ee2ce69fe7 clang-format, more consistent function comments 2023-04-22 23:52:33 +02:00
olemorud
9f66f4aff9 Choose file to parse from CLI arguments 2023-04-22 22:37:17 +02:00
olemorud
4ce1c34838 Initial commit 2023-04-22 18:43:36 +02:00