could anyone here help me with php an decoding json? Im trying to decode a json api url
Here is what I have at the moment:
$string = \' {
$json_o = json_decode($string); print_r( $json_o->workers->{"bitcoinjol.jason-laptop"} );