Konversi JSON String ke Objek JSON di Laravel

 $manage = json_decode($request->stdin, true);
 print_r($manage);
Famous Frog