-
Notifications
You must be signed in to change notification settings - Fork 1
/
felidae.ceson
68 lines (37 loc) · 1.5 KB
/
felidae.ceson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/** Data about two pillars of the internets:
* cats and wikipedia.
* Based on the npm package "exdata-taxonomy-misc-felidae".
**/
{ "": "family",
// ^-- that empty string means a tag name for xmlattrdict.
"id": "Felidae",
"wp-en-oldid": 742264157,
// ^- Where to find them in wikipedia. The JSON example file has this
// at the bottom in order to work-around JSON's comma policy,
// but it's much more practical to have the meta data near the
// identifier that it belongs to, and then list the subcategories.
"Pantherinae": { "": "subfamily",
"wp-en-oldid": 736789580,
"Panthera": {
},/* lions and such */ /* not that much internet related, are they? */
"Neofelis": {
// ^-- roughly translates as "new cats"
"": "genus", "wp-en-oldid": 734888346,
"nebulosa": { "": "species", "wp-en-oldid": 742251401 },
// ^-- cloud cat. perfect for memes hosted on cloud services.
},
/* } and comma ahead: */ } ,
"Felinae": { "": "subfamily",
// ^-- just here for the bobcat, internet-related because of xkcd.
"wp-en-oldid": 740542430,
"Lynx": { "": "genus",
"wp-en-oldid": 743398978,
"rufus": { "": "species", "wp-en-oldid": 742216395 },
},
} ,
} // however, you can't have commas after the outermost value.
/* foo
bar
// not a line comment
just part of some block comment's text. */
// vim: ft=javascript : # help github's syntax highlighting