summaryrefslogtreecommitdiff
path: root/examples/foo.json
blob: b1401664b15ddb84c1bcac61649ab7cce0be57d8 (plain)
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
[
    {"name" : "Boutade",
     "languages" : [ {"lang" : "Common Lisp",
                      "proficiency" : null,
                      "lovesIt" : true }

                     , {"lang" : "Rust",
                        "proficiency" : 0.8,
                        "lovesIt" : true,
                        "isAshamedToLoveIt" : true}

                     , {"lang" : "Haskell",
                        "proficiency" : 0.5,
                        "lovesIt" : "sometimes, in some ways"} 
                   ],
     "pizzaOrder" : ["Tempeh Italian Sausage", "Spinach", "Mushrooms", "Red Pepper Flakes"],
     "isCool" : false,
     "isFunny" : false,
     "thinksPeopleAreLaughing" : true,
     "beHonest_thinksPeopleAreLaughing" : false
    },
    {"name" : "Goofist",
     "languages" : [ {"lang" : "Common Lisp",
                      "proficiency" : ["over", 9000],
                      "lovesIt" : true }

                     , {"lang" : "Rust",
                        "proficiency" : -1,
                        "lovesIt" : true,
                        "isAshamedToLoveIt" : true}

                     , {"lang" : "Haskell",
                        "proficiency" : -1,
                        "lovesIt" : "i cannot tell a lie"} 
                   ],
     "pizzaOrder" : ["Blue Stilton", "Walnuts", "Pork Sausage", "Apple Slices"],
     "isCool" : true,
     "isFunny" : true,
     "thinksPeopleAreLaughing" : true,
     "beHonest_thinksPeopleAreLaughing" : true
    }
]