一首诗 wrote: > Hi all, > > Recently I am studying both XML RPC and Turbogears. Today suddenly I > got an idea, a good one. > > If Http + XML = XML RPC, why not Http + Json = Json RPC. > > That will be faster than XML RPC and we could use Turbogears as the RPC > server! > > Mmh, I don't know if this idea has already been created years ago, but > if not maybe I could write a JSON RPC standard and create a python > module for it just like python the standard module XML RPC. And, maybe > I could make the idea a patent!
Sorry to bust your dreams of litigating your way to fame and riches, but JSON was pretty much invented when someone said "XML-RPC sucks, I wish I could just use JavaScript's eval instead of writing a parser in-browser". Please not that this is one of the few times that the statement "I wish I could just use X's eval" has ever resulted in anything but pain. It also looks like someone has beaten you to the "Python needs a JSON version of the XML-RPC standard module." They might appreciate your help with it if you are still interested. You can find the project here: http://json-rpc.org/wiki/python-json-rpc -Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

