52 ms·
I'm not saying how the parameters or return values should be formatted other than the fact they're in JSON format. JSON-RPC requires you to conform to their spe
by pixie_ 14y ago
I'm not saying how the parameters or return values should be formatted other than the fact they're in JSON format. JSON-RPC requires you to conform to their specifications.
- bct 14y agoAPIs that ignore the realities of distributed computing and that each have different special-snowflake wire formats requiring tedious documentation: the worst of both worlds.
- pixie_ 14y agoI'm not arguing against implementing an RPC if that's what you need. My original post describes a super set of JSON-RPC.
- drivebyacct2 14y agoYour post implies a pseudo-free-for-all and defeats the purpose of having a conversation about a standard exchange format. You basically have said "I want to make it work the way I want it and I don't care if it's non-standard and unintuitive.". You're welcome to do that, but everyone who needs to work with it will hate you. And when you've been working on it for 2 months, or take a two month break, you'll come back and hate yourself too...