netheril96 / StaticJSON

Fast, direct and static typed parsing of JSON with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support comments

imtrobin opened this issue · comments

Hi, I know it is not in RFC, but libraries likw json.net or even rapidjson support comments, can u add that in please?

{
   // this is a comment in the json
}

I don't have time to implement this. You can submit a PR.