• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2   "concat_array": [
3      1,
4      2,
5      3,
6      4
7   ],
8   "concat_string": "1234",
9   "equality1": false,
10   "equality2": true,
11   "ex1": 1.6666666666666665,
12   "ex2": 3,
13   "ex3": 1.6666666666666665,
14   "ex4": true,
15   "obj": {
16      "a": 1,
17      "b": 3,
18      "c": 4
19   },
20   "obj_member": true,
21   "str1": "The value of self.ex2 is 3.",
22   "str2": "The value of self.ex2 is 3.",
23   "str3": "ex1=1.67, ex2=3.00",
24   "str4": "ex1=1.67, ex2=3.00",
25   "str5": "ex1=1.67\nex2=3.00\n"
26}
27