View difference between Paste ID: uUDCKbLV and E9Qf3uJw
SHOW: | | - or go back to the newest paste.
1
[
2
    {
3
        "variable": "blah blah",
4
        "objectb": {
5
            "variable1": "1",
6
        }
7
    },
8
    {
9
        "variable": "blah blah",
10
        "objectb": {
11
            "variable1": "1",
12
            "anothername": "2"
13
        }
14
    },
15
    {
16
        "variable": "blah blah",
17
        "objectb": [
18
            {
19
		"foo": "1",
20
		"foo": "1",
21
                "chicken": "1",
22
                "dog": "2"
23
            },
24
            {
25
                "variable1": "1",
26-
                "variable2": "2"
26+
                "variable2": "2",
27-
		"field100 : "4"
27+
		"field100 : "4",
28-
		"sock":"shoes"
28+
		"sock":"shoes",
29
		"something" : "10"
30
            }
31
        ]
32
    }
33
]