You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear @Garey27, I am well aware that the JSON specification does not allow comments, but some parsers allow // for single-line comments for /**/ for multi-line comments. The fact is that some patterns need to be disabled from time to time, and this can only be done with the help of a comment. Unfortunately, you chose JSON, not YAML or TOML. At present using // causes the app to crash.
The text was updated successfully, but these errors were encountered:
For example, Byte-Pattern-Patcher by @ViRb3, although not characterized by speed and clarity of output, it has the ability to disable patterns with disabled: true key.
Dear @Garey27, I am well aware that the JSON specification does not allow comments, but some parsers allow
//
for single-line comments for/**/
for multi-line comments. The fact is that some patterns need to be disabled from time to time, and this can only be done with the help of a comment. Unfortunately, you chose JSON, not YAML or TOML. At present using//
causes the app to crash.The text was updated successfully, but these errors were encountered: