http://www.perlmonks.org?node_id=996524


in reply to JSON Parsing issue still !!
in thread JSON parsing issue please help

Turns out the json im trying to post got cut off just fyi for the full call see below:

http://scsys.co.uk:8002/208812

Replies are listed 'Best First'.
Re^2: JSON Parsing issue still !!
by Corion (Patriarch) on Sep 30, 2012 at 19:00 UTC

    You will need to learn how to read JSON data. Fortunately, JSON is almost a subset of Perl syntax, so perlref (and maybe References Quick Reference will get you along nicely. Then you will need to reduce your JSON message to something that is allowable to post here. Please show some effort.

Re^2: JSON Parsing issue still !!
by james2vegas (Chaplain) on Oct 01, 2012 at 09:48 UTC
    You have , at the end of your arrays. This isn't valid JSON.

    Not sure how I didn't see all the other replies above, ignore.