Thread Problem mit JSON<->einer API, Ausgabe will nicht (20 answers)
Opened by SCG at 2011-07-14 19:43

pq
 2011-07-14 20:22
#150387 #150387
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
du brauchst $json_obj->{artist}->{name}

denn $json_obj->{artist} ist ein hash, sieht man auch am json selbst: "artist":{"name":"Alicia Bridges"}
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Problem mit JSON<->einer API, Ausgabe will nicht