Sha256: 84f798a910e8833d560ef452415e243dde1a25c2676fe3792c4f3a015d0661de

Contents?: true

Size: 208 Bytes

Versions: 9

Compression:

Stored size: 208 Bytes

Contents

{
	"cars": [{
		"make": "Tesla",
		"model": "Model S",
		"owners": [{
			"name": "Bart Simpson"
		}]
	}, {
		"make": "Lamborghini",
		"model": "Aventador",
		"owners": [{
			"name": "Peter Griffin"
		}]
	}]
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
airborne-0.0.22 spec/test_responses/array_with_nested.json
airborne-0.0.21 spec/test_responses/array_with_nested.json
airborne-0.0.20 spec/test_responses/array_with_nested.json
airborne-0.0.19 spec/test_responses/array_with_nested.json
airborne-0.0.18 spec/test_responses/array_with_nested.json
airborne-0.0.17 spec/test_responses/array_with_nested.json
airborne-0.0.16 spec/test_responses/array_with_nested.json
airborne-0.0.15 spec/test_responses/array_with_nested.json
airborne-0.0.14 spec/test_responses/array_with_nested.json