Coldfusion and Json

I was asked by another member at work how does the Json-RPC work with dojo, and for everyone else I am posting an answer here. Whether you are using dojo or not Coldfusion doesn't natively support Json-RPC requests too easily as blogged by Mike Nimer, he had a small solution that works.

In my endeavours I am about to release a small addition to my utilities called CFJsonService, that will use Json-RPC for a way to communicate with any method other than just Dojo.

Please check back here for more information on when it is release up on the riaforge.org website for others to use.