first commit
This commit is contained in:
22
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/glossary.json
vendored
Normal file
22
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/glossary.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"glossary": {
|
||||
"title": "example glossary",
|
||||
"GlossDiv": {
|
||||
"title": "S",
|
||||
"GlossList": {
|
||||
"GlossEntry": {
|
||||
"ID": "SGML",
|
||||
"SortAs": "SGML",
|
||||
"GlossTerm": "Standard Generalized Markup Language",
|
||||
"Acronym": "SGML",
|
||||
"Abbrev": "ISO 8879:1986",
|
||||
"GlossDef": {
|
||||
"para": "A meta-markup language, used to create markup languages such as DocBook.",
|
||||
"GlossSeeAlso": ["GML", "XML"]
|
||||
},
|
||||
"GlossSee": "markup"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
27
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/menu.json
vendored
Normal file
27
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/menu.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{"menu": {
|
||||
"header": "SVG Viewer",
|
||||
"items": [
|
||||
{"id": "Open"},
|
||||
{"id": "OpenNew", "label": "Open New"},
|
||||
null,
|
||||
{"id": "ZoomIn", "label": "Zoom In"},
|
||||
{"id": "ZoomOut", "label": "Zoom Out"},
|
||||
{"id": "OriginalView", "label": "Original View"},
|
||||
null,
|
||||
{"id": "Quality"},
|
||||
{"id": "Pause"},
|
||||
{"id": "Mute"},
|
||||
null,
|
||||
{"id": "Find", "label": "Find..."},
|
||||
{"id": "FindAgain", "label": "Find Again"},
|
||||
{"id": "Copy"},
|
||||
{"id": "CopyAgain", "label": "Copy Again"},
|
||||
{"id": "CopySVG", "label": "Copy SVG"},
|
||||
{"id": "ViewSVG", "label": "View SVG"},
|
||||
{"id": "ViewSource", "label": "View Source"},
|
||||
{"id": "SaveAs", "label": "Save As"},
|
||||
null,
|
||||
{"id": "Help"},
|
||||
{"id": "About", "label": "About Adobe CVG Viewer..."}
|
||||
]
|
||||
}}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/readme.txt
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/readme.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
sample.json is obtained from http://code.google.com/p/json-test-suite/downloads/detail?name=sample.zip
|
||||
3315
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/sample.json
vendored
Normal file
3315
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/sample.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
88
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/webapp.json
vendored
Normal file
88
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/webapp.json
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
{"web-app": {
|
||||
"servlet": [
|
||||
{
|
||||
"servlet-name": "cofaxCDS",
|
||||
"servlet-class": "org.cofax.cds.CDSServlet",
|
||||
"init-param": {
|
||||
"configGlossary:installationAt": "Philadelphia, PA",
|
||||
"configGlossary:adminEmail": "ksm@pobox.com",
|
||||
"configGlossary:poweredBy": "Cofax",
|
||||
"configGlossary:poweredByIcon": "/images/cofax.gif",
|
||||
"configGlossary:staticPath": "/content/static",
|
||||
"templateProcessorClass": "org.cofax.WysiwygTemplate",
|
||||
"templateLoaderClass": "org.cofax.FilesTemplateLoader",
|
||||
"templatePath": "templates",
|
||||
"templateOverridePath": "",
|
||||
"defaultListTemplate": "listTemplate.htm",
|
||||
"defaultFileTemplate": "articleTemplate.htm",
|
||||
"useJSP": false,
|
||||
"jspListTemplate": "listTemplate.jsp",
|
||||
"jspFileTemplate": "articleTemplate.jsp",
|
||||
"cachePackageTagsTrack": 200,
|
||||
"cachePackageTagsStore": 200,
|
||||
"cachePackageTagsRefresh": 60,
|
||||
"cacheTemplatesTrack": 100,
|
||||
"cacheTemplatesStore": 50,
|
||||
"cacheTemplatesRefresh": 15,
|
||||
"cachePagesTrack": 200,
|
||||
"cachePagesStore": 100,
|
||||
"cachePagesRefresh": 10,
|
||||
"cachePagesDirtyRead": 10,
|
||||
"searchEngineListTemplate": "forSearchEnginesList.htm",
|
||||
"searchEngineFileTemplate": "forSearchEngines.htm",
|
||||
"searchEngineRobotsDb": "WEB-INF/robots.db",
|
||||
"useDataStore": true,
|
||||
"dataStoreClass": "org.cofax.SqlDataStore",
|
||||
"redirectionClass": "org.cofax.SqlRedirection",
|
||||
"dataStoreName": "cofax",
|
||||
"dataStoreDriver": "com.microsoft.jdbc.sqlserver.SQLServerDriver",
|
||||
"dataStoreUrl": "jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName=goon",
|
||||
"dataStoreUser": "sa",
|
||||
"dataStorePassword": "dataStoreTestQuery",
|
||||
"dataStoreTestQuery": "SET NOCOUNT ON;select test='test';",
|
||||
"dataStoreLogFile": "/usr/local/tomcat/logs/datastore.log",
|
||||
"dataStoreInitConns": 10,
|
||||
"dataStoreMaxConns": 100,
|
||||
"dataStoreConnUsageLimit": 100,
|
||||
"dataStoreLogLevel": "debug",
|
||||
"maxUrlLength": 500}},
|
||||
{
|
||||
"servlet-name": "cofaxEmail",
|
||||
"servlet-class": "org.cofax.cds.EmailServlet",
|
||||
"init-param": {
|
||||
"mailHost": "mail1",
|
||||
"mailHostOverride": "mail2"}},
|
||||
{
|
||||
"servlet-name": "cofaxAdmin",
|
||||
"servlet-class": "org.cofax.cds.AdminServlet"},
|
||||
|
||||
{
|
||||
"servlet-name": "fileServlet",
|
||||
"servlet-class": "org.cofax.cds.FileServlet"},
|
||||
{
|
||||
"servlet-name": "cofaxTools",
|
||||
"servlet-class": "org.cofax.cms.CofaxToolsServlet",
|
||||
"init-param": {
|
||||
"templatePath": "toolstemplates/",
|
||||
"log": 1,
|
||||
"logLocation": "/usr/local/tomcat/logs/CofaxTools.log",
|
||||
"logMaxSize": "",
|
||||
"dataLog": 1,
|
||||
"dataLogLocation": "/usr/local/tomcat/logs/dataLog.log",
|
||||
"dataLogMaxSize": "",
|
||||
"removePageCache": "/content/admin/remove?cache=pages&id=",
|
||||
"removeTemplateCache": "/content/admin/remove?cache=templates&id=",
|
||||
"fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFolder",
|
||||
"lookInContext": 1,
|
||||
"adminGroupID": 4,
|
||||
"betaServer": true}}],
|
||||
"servlet-mapping": {
|
||||
"cofaxCDS": "/",
|
||||
"cofaxEmail": "/cofaxutil/aemail/*",
|
||||
"cofaxAdmin": "/admin/*",
|
||||
"fileServlet": "/static/*",
|
||||
"cofaxTools": "/tools/*"},
|
||||
|
||||
"taglib": {
|
||||
"taglib-uri": "cofax.tld",
|
||||
"taglib-location": "/WEB-INF/tlds/cofax.tld"}}}
|
||||
26
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/widget.json
vendored
Normal file
26
third_party/socket.io-client-cpp/lib/rapidjson/bin/data/widget.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{"widget": {
|
||||
"debug": "on",
|
||||
"window": {
|
||||
"title": "Sample Konfabulator Widget",
|
||||
"name": "main_window",
|
||||
"width": 500,
|
||||
"height": 500
|
||||
},
|
||||
"image": {
|
||||
"src": "Images/Sun.png",
|
||||
"name": "sun1",
|
||||
"hOffset": 250,
|
||||
"vOffset": 250,
|
||||
"alignment": "center"
|
||||
},
|
||||
"text": {
|
||||
"data": "Click Here",
|
||||
"size": 36,
|
||||
"style": "bold",
|
||||
"name": "text1",
|
||||
"hOffset": 250,
|
||||
"vOffset": 100,
|
||||
"alignment": "center",
|
||||
"onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
|
||||
}
|
||||
}}
|
||||
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf16be.json
vendored
Normal file
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf16be.json
vendored
Normal file
Binary file not shown.
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf16bebom.json
vendored
Normal file
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf16bebom.json
vendored
Normal file
Binary file not shown.
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf16le.json
vendored
Normal file
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf16le.json
vendored
Normal file
Binary file not shown.
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf16lebom.json
vendored
Normal file
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf16lebom.json
vendored
Normal file
Binary file not shown.
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf32be.json
vendored
Normal file
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf32be.json
vendored
Normal file
Binary file not shown.
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf32bebom.json
vendored
Normal file
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf32bebom.json
vendored
Normal file
Binary file not shown.
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf32le.json
vendored
Normal file
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf32le.json
vendored
Normal file
Binary file not shown.
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf32lebom.json
vendored
Normal file
BIN
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf32lebom.json
vendored
Normal file
Binary file not shown.
7
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf8.json
vendored
Normal file
7
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf8.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"en":"I can eat glass and it doesn't hurt me.",
|
||||
"zh-Hant":"我能吞下玻璃而不傷身體。",
|
||||
"zh-Hans":"我能吞下玻璃而不伤身体。",
|
||||
"ja":"私はガラスを食べられます。それは私を傷つけません。",
|
||||
"ko":"나는 유리를 먹을 수 있어요. 그래도 아프지 않아요"
|
||||
}
|
||||
7
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf8bom.json
vendored
Normal file
7
third_party/socket.io-client-cpp/lib/rapidjson/bin/encodings/utf8bom.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"en":"I can eat glass and it doesn't hurt me.",
|
||||
"zh-Hant":"我能吞下玻璃而不傷身體。",
|
||||
"zh-Hans":"我能吞下玻璃而不伤身体。",
|
||||
"ja":"私はガラスを食べられます。それは私を傷つけません。",
|
||||
"ko":"나는 유리를 먹을 수 있어요. 그래도 아프지 않아요"
|
||||
}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail1.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail1.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"A JSON payload should be an object or array, not a string."
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail10.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail10.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Extra value after close": true} "misplaced quoted value"
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail11.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail11.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Illegal expression": 1 + 2}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail12.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail12.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Illegal invocation": alert()}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail13.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail13.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Numbers cannot have leading zeroes": 013}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail14.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail14.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Numbers cannot be hex": 0x14}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail15.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail15.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["Illegal backslash escape: \x15"]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail16.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail16.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[\naked]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail17.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail17.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["Illegal backslash escape: \017"]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail18.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail18.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail19.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail19.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Missing colon" null}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail2.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail2.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["Unclosed array"
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail20.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail20.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Double colon":: null}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail21.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail21.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Comma instead of colon", null}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail22.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail22.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["Colon instead of comma": false]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail23.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail23.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["Bad value", truth]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail24.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail24.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
['single quote']
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail25.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail25.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[" tab character in string "]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail26.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail26.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["tab\ character\ in\ string\ "]
|
||||
2
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail27.json
vendored
Normal file
2
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail27.json
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
["line
|
||||
break"]
|
||||
2
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail28.json
vendored
Normal file
2
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail28.json
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
["line\
|
||||
break"]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail29.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail29.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[0e]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail3.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail3.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{unquoted_key: "keys must be quoted"}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail30.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail30.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[0e+]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail31.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail31.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[0e+-1]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail32.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail32.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Comma instead if closing brace": true,
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail33.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail33.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["mismatch"}
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail4.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail4.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["extra comma",]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail5.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail5.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["double extra comma",,]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail6.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail6.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[ , "<-- missing value"]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail7.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail7.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["Comma after the close"],
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail8.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail8.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
["Extra close"]]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail9.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/fail9.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"Extra comma": true,}
|
||||
58
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/pass1.json
vendored
Normal file
58
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/pass1.json
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
[
|
||||
"JSON Test Pattern pass1",
|
||||
{"object with 1 member":["array with 1 element"]},
|
||||
{},
|
||||
[],
|
||||
-42,
|
||||
true,
|
||||
false,
|
||||
null,
|
||||
{
|
||||
"integer": 1234567890,
|
||||
"real": -9876.543210,
|
||||
"e": 0.123456789e-12,
|
||||
"E": 1.234567890E+34,
|
||||
"": 23456789012E66,
|
||||
"zero": 0,
|
||||
"one": 1,
|
||||
"space": " ",
|
||||
"quote": "\"",
|
||||
"backslash": "\\",
|
||||
"controls": "\b\f\n\r\t",
|
||||
"slash": "/ & \/",
|
||||
"alpha": "abcdefghijklmnopqrstuvwyz",
|
||||
"ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ",
|
||||
"digit": "0123456789",
|
||||
"0123456789": "digit",
|
||||
"special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?",
|
||||
"hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A",
|
||||
"true": true,
|
||||
"false": false,
|
||||
"null": null,
|
||||
"array":[ ],
|
||||
"object":{ },
|
||||
"address": "50 St. James Street",
|
||||
"url": "http://www.JSON.org/",
|
||||
"comment": "// /* <!-- --",
|
||||
"# -- --> */": " ",
|
||||
" s p a c e d " :[1,2 , 3
|
||||
|
||||
,
|
||||
|
||||
4 , 5 , 6 ,7 ],"compact":[1,2,3,4,5,6,7],
|
||||
"jsontext": "{\"object with 1 member\":[\"array with 1 element\"]}",
|
||||
"quotes": "" \u0022 %22 0x22 034 "",
|
||||
"\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
|
||||
: "A key can be any string"
|
||||
},
|
||||
0.5 ,98.6
|
||||
,
|
||||
99.44
|
||||
,
|
||||
|
||||
1066,
|
||||
1e1,
|
||||
0.1e1,
|
||||
1e-1,
|
||||
1e00,2e+00,2e-00
|
||||
,"rosebud"]
|
||||
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/pass2.json
vendored
Normal file
1
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/pass2.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]]
|
||||
6
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/pass3.json
vendored
Normal file
6
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/pass3.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"JSON Test Pattern pass3": {
|
||||
"The outermost value": "must be an object or array.",
|
||||
"In this test": "It is an object."
|
||||
}
|
||||
}
|
||||
3
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/readme.txt
vendored
Normal file
3
third_party/socket.io-client-cpp/lib/rapidjson/bin/jsonchecker/readme.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
Test suite from http://json.org/JSON_checker/.
|
||||
|
||||
If the JSON_checker is working correctly, it must accept all of the pass*.json files and reject all of the fail*.json files.
|
||||
Reference in New Issue
Block a user