.json siply renders the returned dictionary as json jsonrpc is more like xmlrpc or soap. Both input and output follow a strict rpc protocol and uses json for encoding.
Pyjamas uses jsonrpc. I do not know of other libraries that do. On Nov 6, 7:47 pm, Phyo Arkar <[email protected]> wrote: > Hello all; > > I want to know what are the pro and cons of calling as JSON RPC or just > function.json? > > what are the differences? > > I am going to run a long processing process in a function and let it write > it's status into db , then check using ajax if its done or not to know the > progress. > > Should i use JSONRPC for that as it is service?.

