SanderMertens / bake

Bake, A build system for building, testing and running C & C++ projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for comments in project.json

SanderMertens opened this issue · comments

The JSON parser used by bake (parson) has support for comments, but requires a special function to be called (json_parse_file_with_comments). This will enable adding /* */ and // comments to the project.json file.