Notepad3/test/test_files/StyleLexers/styleLexJSON/Sample_JSON.json

64 lines
1.5 KiB
JSON

// ############ allow line comments #############
/*
=========== allow stream commemnts
*/
{
/* JSON5: */
// comments
unquoted: 'and you can quote me on that',
singleQuotes: 'I can use "double quotes" here',
lineBreaks: "Look, Mom! \
No \\n's!",
hexadecimal: 0xdecaf,
leadingDecimalPoint: 1234567, .8675309, andTrailing: 8675309.,
positiveSign: +1,
trailingComma: 'in objects', andIn: ['arrays',],
escSeq: "\uAFFE",
"backwardsCompatible": "with JSON",
"$id": "0",
"AutoRefresh": true,
"AutoRefreshRemotes": true,
"CommitTextLinks": null,
"DraftCommitMsg": "",
"IncomingSavedCount": 0,
"LastCheckedRemotes": "2011-01-01T01:01:01.1111111+1:00",
"LastUsedView": 0,
"LogBranchFilterIndex": 0,
"OutgoingSavedCount": 0,
"SidebarExpandedItems": [
"Branches",
"Remotes",
"Stashes"
],
"SidebarWidth": 0.0,
"SubtreeLinks": [],
"RemoteProjectLinks": [
{
"$id": "0",
"BaseUrl": "https://www.github.com",
"Identifier": "xxx",
"RemoteName": "xxx",
"Type": 0,
"Username": "xxx",
"CloneUrl": null,
"ProjectUrl": null,
"AccountId": "",
"AvatarUrl": null,
"DisplayName": "xxx: https://www.github.com"
},
{
"$id": "0",
"BaseUrl": "https://www.github.com",
"Identifier": "xxx",
"RemoteName": "xxx",
"Type": 0,
"Username": "xxx",
"CloneUrl": null,
"ProjectUrl": null,
"AccountId": "",
"AvatarUrl": null,
"DisplayName": "xxx: https://www.github.com"
}
]
}