in reply to JSON Parsing error in perl script
You should probably update your script such that when you get a "malformed JSON" error, the JSON that triggered the error would be dumped to a log file of some sort. By inspecting the malformed JSON, you will probably discover in what way it is mangled, and will have a better chance of figuring out how your code is mangling it.
Dave
|
|---|