Help for this page

Select Code to Download


  1. or download this
    'Bob Dole' => {
                    'address' => '123 peach st.',
    ...
                    'father' => 'Marlon Brando'
                  }
    ...
    
  2. or download this
    'People' => {
                    'name'    => 'Bob Dole',
    ...
                    'father'  => 'Marlon Brando'
                }
    ...