I want to use Volley in my code which Request type should I use for my response below I can't understand. URL::: http://localhost/api/product/read.php
    {
      "data":[
        {
         "category_id":"1",
         "category_name":"Today's Recipe",
         "recipes":[
          {
           "id":"1",
           "recipe_name":"Peanut, and Chilli Noodles",
           "ingredients":"Serves: 4 \r\n\r\n250g (9 oz) fresh Chinese ,
           "prepration":"Prep:15min Cook:10min Ready in:25min \r\n\r\nCook 
           noodles in a large pot of boiling water until done.  have 
           chilli paste, use minced red chilli to taste."
     }
    ]
  },