JSON 3
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://bestiejs.github.com/json3/
软件介绍
JSON 3 是一个兼容 ECMAScript 5 的 JSON 实现,其目的是兼容一些老的环境,包括:Internet Explorer 6, Opera 7, Safari 2, and Netscape 6.
示例代码:
<script src="http://bestiejs.github.com/json3/lib/json3.min.js"></script>
<script>
JSON.stringify({"Hello": 123});
// => '{"Hello":123}'
</script>
Ruby Cookbook
Lucas Carlson、Leonard Richardson / O'Reilly Media / 2006-7-29 / USD 49.99
Do you want to push Ruby to its limits? The "Ruby Cookbook" is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world pr......一起来看看 《Ruby Cookbook》 这本书的介绍吧!
