Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 16th, 2012  |  syntax: None  |  size: 0.92 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. "store"=> {
  2.                 "book"=> [
  3.                         {
  4.                                 "category"=> "reference",
  5.                                 "author"=> "Nigel Rees",
  6.                                 "title"=> "Sayings of the Century",
  7.                                 "price"=> 8.95,
  8.                                 "ratings"=> [
  9.                                         1,
  10.                                         3,
  11.                                         2,
  12.                                         10
  13.                                 ]
  14.                         },
  15.                         {
  16.                                 "category"=> "fiction",
  17.                                 "author"=> "Evelyn Waugh",
  18.                                 "title"=> "Sword of Honour",
  19.                                 "price"=> 12.99,
  20.                                 "ratings" => [
  21.                                                 "good",
  22.                                                 "bad",
  23.                                                 "lovely"
  24.                                         ]
  25.                         },
  26.                         {
  27.                                 "category"=> "fiction",
  28.                                 "author"=> "Herman Melville",
  29.                                 "title"=> "Moby Dick",
  30.                                 "isbn"=> "0-553-21311-3",
  31.                                 "price"=> 8.99
  32.                         },
  33.                         {
  34.                                 "category"=> "fiction",
  35.                                 "author"=> "J. R. R. Tolkien",
  36.                                 "title"=> "The Lord of the Rings",
  37.                                 "isbn"=> "0-395-19395-8",
  38.                                 "price"=> 22.99
  39.                         }
  40.                 ],
  41.                 "bicycle"=> {
  42.                         "color"=> "red",
  43.                         "price"=> 19.95
  44.                 }
  45.         },
  46.         "kynetx.com" => {"link" => "http://www.kynetx.com",
  47.                          "text" => "Simply the hottest company around!"
  48.         }