Dreamcatcher
Stephen King
Horror
899
23.99
5
11/27/2001
Mystic River
Dennis Lehane
Thriller
390
17.49
4
07/22/2003
The Lord Of The Rings
J. R. R. Tolkien
Fantasy
3489
10.99
5
10/12/2005
####
$VAR1 = {
'book' => [
{
'publication_date' => '07/22/2003',
'price' => '17.49',
'author' => 'Dennis Lehane',
'title' => 'Mystic River',
'rating' => '4',
'pages' => '390',
'genre' => 'Thriller'
},
{
'publication_date' => '10/12/2005',
'price' => '10.99',
'author' => 'J. R. R. Tolkien',
'title' => 'The Lord Of The Rings',
'rating' => '5',
'pages' => '3489',
'genre' => 'Fantasy'
}
]
};