in reply to Re^5: Perl json parser and JSONP issue
in thread Perl json parser and JSONP issue
Thank you. Your help is most appreciated. It was enough :) I`ve understand it. However it`s kind of confusing to me that JSONP stuff... By the way... can`t I just have a js file with a plain
var Obj = { foo: function() {return me;}, data: "str", id: 0x8888 };can`t tell what`s the big fuss of JSON.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl json parser and JSONP issue
by tobyink (Canon) on Jun 15, 2012 at 15:53 UTC | |
by heatblazer (Scribe) on Jun 16, 2012 at 08:16 UTC |