I've taken a look at the responses in Can comments be used in JSON? about commenting json files, and the general consensus is either
- don't
- use data as comments
- write comment and minify them
I'd like to do the third approach if possible, but it seems that googling for a json minifier other than the standard javascript one is a worthless approach to the problem.
Is there any json minifier library for c? I strongly prefer not to write one myself.
Thanks,