Thread Perl Hash für ein JSON Array sortieren
(24 answers)
Opened by cbxk1xg at 2010-10-15 20:03
Das geht so weit ich weiß so:
Code (perl): (dl
)
1 2 use JSON::PP; my $json_text=$JSON::PP->new()->sort_by(sub { $JSON::PP::a cmp $JSON::PP::b })->encode(\%UDIoutput); |