1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
// JSON EXAMPLES
//
// JSON is used extensively on the web and on servers to store and exchange
// complex data structures.

123

"abc"

[1, 2, 3]

["one", "two", "three"]

[1, "two", 3]

[[1, 2], 3, 4, ["five", "six"], 7, 8, [9, 10, [11], [], 13], 14]

© Copyright 2020 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.