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?.

