I have been attempting to find a good implementation of Json rpc in wcf, but I have not had much luck yet.I have found several examples of implementations using jayrock and Json-rpc.net, but I would prefer to work within wcf as much as possible.
Has anyone ever developed a Json rpc server within wcf? If so, could you point me towards some example code or documentation?
Any help would be greatly appreciated!