meta-sysmocom-bsp/recipes-extra/perl-json
Holger Hans Peter Freyther d454e151c3 libjson: Make the pure-perl version work
Depend on two more modules to have the following code
emit something:

 #use JSON::XS;
use JSON;

my %rec_hash = ('a' => 1, 'b' => 2, 'c' => 3, 'd' => 4, 'e' => 5);
my $json = encode_json \%rec_hash;
print "$json\n";
2015-05-21 19:10:09 +08:00
..
libjson-perl_2.90.bb libjson: Make the pure-perl version work 2015-05-21 19:10:09 +08:00
libjson-xs-perl_3.01.bb perl/json: Add two libraries needed for perl/JSON handling 2015-05-21 18:12:13 +08:00