-
-
Save hitrust/d7e25ff3e8d8bd5475b2a43bbbb22fd7 to your computer and use it in GitHub Desktop.
Revisions
-
MoOx revised this gist
Apr 19, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ { "//field": "These 'double quote' 'double quote' are used as comments, because JSON doesnt' allow comment", "field": {}, "#another-field": "Another comment", "another-field": {}, "/*stuff": "Be careful to use them when you have full control of the content :)", "stuff": [], "bla": "bla" } -
MoOx revised this gist
Mar 29, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ "Your field": {}, "": "Another comment", "another field": {}, "": "Be careful to use them when you have full control of the content :)", "stuff": [], "bla": "bla" } -
MoOx created this gist
Mar 29, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ { "": "These 'double quote' 'double quote' are used as comments, because JSON doesnt' allow comment", "Your field": {}, "": "Another comment", "another field": {}, "": "Be careful to use them when you have full control of the content :)" "stuff": [], "bla": "bla" }