Sha256: 04dbd0477e59e5f84e42f1600b0aa6d9512995c0e980d80ac4088450dbe727a2

Contents?: true

Size: 818 Bytes

Versions: 4

Compression:

Stored size: 818 Bytes

Contents

<object>
  <object id="name">
    <string id="first">Lloyd</string>
    <string id="last">Hilaiel</string>
  </object>
  <string id="favoriteColor">yellow</string>
  <array id="languagesSpoken">
    <object>
      <string id="language">Bulgarian</string>
      <string id="level">advanced</string>
    </object>
    <object>
      <string id="language">English</string>
      <string id="level">native</string>
    </object>
    <object>
      <string id="language">Spanish</string>
      <string id="level">beginner</string>
    </object>
  </array>
  <array id="seatingPreference">
    <string>window</string>
    <string>aisle</string>
  </array>
  <array id="drinkPreference">
    <string>beer</string>
    <string>whiskey</string>
    <string>wine</string>
  </array>
  <number id="weight">172</number>
</object>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
json_select-0.1.3 spec/fixtures/basic.xml
json_select-0.1.2 spec/fixtures/basic.xml
json_select-0.1.1 spec/fixtures/basic.xml
json_select-0.1.0 spec/fixtures/basic.xml