Sha256: 35c24086aee94a8cf6df4ec4bba2ac140e5c3072568f36650c19b76fdc59d3ed
Contents?: true
Size: 609 Bytes
Versions: 5
Compression:
Stored size: 609 Bytes
Contents
{ "primitive": 1, "string": "string", "emptyObject": {}, "object": { "x": 1 }, "null": null, "emptyArray": [], "primitiveArray": [ 1, 2, 3 ], "nested": { "primitive": 1, "object": {}, "array": [ 1, {}, 3 ] }, "allJsonObjectArray": [ { "primitive": 1, "string": "string1", "only1": "only1" }, { "primitive": 2, "string": "string2", "only2": "only2" } ] }
Version data entries
5 entries across 5 versions & 1 rubygems