in reply to How can we retrieve encode_json value which is in encode_json associative array formate.
It's very unclear to me where your problem is and what you are trying to do. Your code does also not run by itself, as it does not show encode_json and decode_json.
I'm not sure whether you want to know how to produce JSON strings or decode them. The easiest way is to use JSON::Any and JSON::XS.
If you want to know how to use the data structures returned by JSON, see perlreftut and perldsc, and maybe References Quick Reference.
If your problem is elsewhere, please restate it so it gets clearer to me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can we retrieve encode_json value which is in encode_json associative array formate.
by Anonymous Monk on Mar 06, 2011 at 19:14 UTC | |
by Corion (Patriarch) on Mar 06, 2011 at 19:23 UTC | |
by deepakgate6 (Initiate) on Mar 07, 2011 at 07:55 UTC |