in reply to Re: parse json data with underscore symbol
in thread parse json data with underscore symbol
I see that you added the code tags, but now your code is no longer valid perl syntax due to the appearance of extra <br> tags on every line.
UPDATE: I see that you fixed the formatting problems, but now when I run your code I get an error related to improperly formatted JSON. When I run your code as is, I get this error '"' expected, at character offset 811 (before "<br>\n "count...") at t.pl line 108. When I manually remove the offending <br> tag, I finally get the error that you mentioned Not a HASH reference at t.pl line 110.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: parse json data with underscore symbol
by amaa11 (Initiate) on Aug 18, 2018 at 07:43 UTC | |
by kevbot (Vicar) on Aug 18, 2018 at 07:51 UTC | |
by amaa11 (Initiate) on Aug 19, 2018 at 10:05 UTC | |
by kevbot (Vicar) on Aug 20, 2018 at 04:41 UTC |