Planned for Future Release

JSON parser to avoid importing comments

Hi,

currently the built-in JSON parser does not handle corectly comments.
It is commonly accepted in the software industry that comments can be added in JSON files in the following form:

 

"Key": "String",

"_Key.comment": "This is a comment for the string above"

 

Studio and TMS parse the second string as translatable string while it is a comment only.

Passolo does have the "Import RESJSON-style comments from JSON files" option for JSON files that work perfectly well. Comments are added in the Comments column and not displayed as translatable strings.

 

JSON becoming more and more popular, it would be great to have Studio and TMS handle comments correctly, and secondly, this would fix an inconsistency with the way Passolo is parsing such files too.

Thanks,