當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
perl malformed JSON string, neither tag, array, object, number, string or atom, at character offset
生活随笔
收集整理的這篇文章主要介紹了
perl malformed JSON string, neither tag, array, object, number, string or atom, at character offset
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
[root@wx03 ~]# cat a17.pl
use JSON qw/encode_json decode_json/ ;
use Encode;
my $data = [{'name' => 'Ken' ,'age' => 19},{'name' => '測試' ,'age' => 25}
];
##解json格式my $array = decode_json ( $data );
print "1111111111\n";print $array->[0]->{name};;
print "\n";
print $array->[1]->{name};;
print "\n";
[root@wx03 ~]# perl a17.pl
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at a17.pl line 15.
轉載于:https://www.cnblogs.com/zhaoyangjian724/p/6199631.html
總結
以上是生活随笔為你收集整理的perl malformed JSON string, neither tag, array, object, number, string or atom, at character offset的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java中static代码块与非静态代码
- 下一篇: 2016/07/11 常用正则表达式大