I have json file with data
 ( "date" : "2019-1-2"
   "Group" : "xyz"
   "Bookname" : "harrypotter"
   "Url" : "https:dhdudgussisk"
),
( " date" : " 2015-2-3"
  " Group" : "qbc"
  "Bookname" : "happy"
  "Url" : "https://hdhdjdksksksks"
)
The code has to be in java written in a way such that when I change the input bookname value the output should display its respective url....some one please help me solve this
 
     
     
    