<?php $json = '{"Nome":"Diego","Idade":25,"Estado":"RJ"}'; print_r( json_decode( $json, true ) );
Standard input is empty
Array ( [Nome] => Diego [Idade] => 25 [Estado] => RJ )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!