in reply to How to get the value after a string
echo '{\"id\":01,\"start_time\":\"1477954800000\",\"stop_time\":\"1485 +817200000\",\"url\":\"http:://www.example.com\"}' | perl -nle's/\\//g +;s/:(?!:)/=>/g;$s=eval$_;print $s->{start_time}' [download]