{ "colors" : [ "red", "yellow", "green" ], "contributors" : [ "Foo Bar ", { "email" : "bazqux@example.com", "name" : "Baz Qux", "url" : "https://example.com/bazqux" } ], "integers" : [ 1, 2, 3 ], "integers2" : [ 1, 2, 3 ], "integers3" : [ 1, 2 ], "nested_arrays_of_ints" : [ [ 1, 2 ], [ 3, 4, 5 ] ], "nested_mixed_array" : [ [ 1, 2 ], [ "a", "b", "c" ] ], "numbers" : [ 0.1, 0.2, 0.5, 1, 2, 5 ], "string_array" : [ "all", "strings", "are the same", "type" ] }