Cleanup comments and update number of example

This commit is contained in:
jos 2018-08-13 20:53:32 +02:00
parent 13bb4d7bb1
commit 482b9a74a2
1 changed files with 0 additions and 16 deletions

View File

@ -72,22 +72,6 @@
}
};
// json = 1;
// json = "zero";
// json = ["zero", "one", "two", [3,4,5,6]];
// json = ["zero"];
// json = {"0": "zero"};
// json = {"[0]": "zero"};
// json = {
// "myarray": [1, 2, [3, 4, 5]]
// };
json = {
"array": [1, 2, [3,4,5]],
"boolean": true,