Sha256: d386e0812dcfbedcb6c083cf33bf30160f800125b471321a2e543be109dc3138

Contents?: true

Size: 571 Bytes

Versions: 8

Compression:

Stored size: 571 Bytes

Contents

{
    "name": {
        "first": "Lloyd",
        "last": "Hilaiel"
    },
    "favoriteColor": "yellow",
    "languagesSpoken": [
        {
            "language": "Bulgarian",
            "level": "advanced"
        },
        {
            "language": "English",
            "level": "native"
        },
        {
            "language": "Spanish",
            "level": "beginner"
        }
    ],
    "seatingPreference": [
        "window",
        "aisle"
    ],
    "drinkPreference": [
        "beer",
        "whiskey",
        "wine"
    ],
    "weight": 172
}

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
json_select-0.1.3 spec/fixtures/basic.json
json_select-0.1.3 spec/fixtures/basic_root_pseudo.output
json_select-0.1.2 spec/fixtures/basic.json
json_select-0.1.2 spec/fixtures/basic_root_pseudo.output
json_select-0.1.1 spec/fixtures/basic.json
json_select-0.1.1 spec/fixtures/basic_root_pseudo.output
json_select-0.1.0 spec/fixtures/basic.json
json_select-0.1.0 spec/fixtures/basic_root_pseudo.output