x=`perl get.pl $1 |tr ',' '\n' | grep payload | awk -F: '{print $2":"$3}' | tr -d '\' | tr -d '"'`
echo $x
