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
Copy file name to clipboardExpand all lines: index.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Comments in JSONC are ignored during parsing, allowing developers to annotate th
68
68
69
69
The recommended file extension for JSONC documents is `.jsonc`.
70
70
71
-
The extension `.json` SHOULD be avoided, but is supported if a mode line is present at the start of the file:
71
+
The extension `.json` SHOULD be avoided, but if it's used, there SHOULD be a mode line present at the start of the file to indicate that it's actually a JSONC file:
0 commit comments