
JSON
文章平均质量分 81
vonzhou
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C语言实现JSON-RPC
最近对json-rpc比较感兴趣,思想很简单,而且看到了很多不同语言的实现。在github上 hmngomes 的 json-rpc-c (实现的是server端,基于TCP流),短小精悍,提供了很好的框架,代码十分清晰,易于扩展,而且代码容易看懂,很经典。该实现依赖于其它两个库 libev 和 cJSON,值得认真学习。 测试的时候先启动server,而后通过 nc 命令发送相应的j原创 2014-07-08 08:57:15 · 10951 阅读 · 0 评论 -
JSON-RPC 1.0 规范
JSON-RPC 1.0 Specifications The specifications should provide the developer with the information needed to implement the protocol. NOTE: The JSON-RPC 2.0 Specification has been published. Over转载 2014-07-04 09:59:04 · 2238 阅读 · 0 评论