Por favor, ayuda con este json:
{"error_code":0,"result":{"id":"556dcc6d-2598-11e9-b0b8-98f2b3ed95b8","email":"
[email protected]","token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI1NNTk4LTExZTktYjBiOC05OGYyYjNlZDk1YjgiLCJpYXQiOjE1NDk0ODM4MjUsImV4cCI6MTU0OTUwNTQyNSwibXNpc2RuIjoiNjA4NDQ4MjEiLCJpbXNpIjoiIiwiaW1laSI6IiJ9.ZwDSkwWYbxzD6HOUJcl8LE1-SmrzWza8","status":"A","terms":"sssssss"}}
¿Cómo puedo extraer el valor de id, email y token?
Intenté así y no me dio resultado:
Using perl Syntax Highlighting
my $json_decoded = decode_json $json;
#use Data::Dumper;
#say Dumper $json_decoded;
print $json_decoded->{error_code}[0]{result}{id}";
print $json_decoded->{error_code}[0]{result}{email}";
print $json_decoded->{error_code}[0]{result}{token}";
Coloreado en 0.001 segundos, usando
GeSHi 1.0.8.4
Favor, si pueden ayudarme. Gracias.