How can I read JSON content with a comment with Json.NET?

后端 未结 3 1314
星月不相逢
星月不相逢 2020-12-17 07:47

In order to install an external extension into Google Chrome browser, I try to update a Chrome external extension JSON file. Using Json.NET it seems to be easy:

3条回答
  •  温柔的废话
    2020-12-17 08:13

    Json.NET only supports reading multi-line JavaScript comments, i.e. /* commment */

    Update: Json.NET 6.0 supports single line comments

提交回复
热议问题