Cleanup comments and update number of example
This commit is contained in:
parent
13bb4d7bb1
commit
482b9a74a2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue