- 授权协议: MIT
- 开发语言: C#
- 操作系统: Windows
- 软件首页: https://github.com/scottcgi/MojoUnityJson
- 软件文档: https://github.com/scottcgi/MojoUnityJson/blob/master/README.md
- 官方下载: https://github.com/scottcgi/MojoUnityJson/releases
软件介绍
MojoUnityJson 是 C# 实现的 JSON 解析器,非常小巧和高效,其算法思路来自于游戏引擎 Mojoc 的 C 语言实现 Json.h。
借助 C# 的类库,MojoUnityJson 可以比 C 的实现更加的简洁和全面,尤其是处理 Unicode 转义字符(\u开头)的解析,C# 的 StringBuilder 本身就支持了 Unicode 码点(code point)。
MojoUnityJson 使用递归下降的解析模式,核心解析代码只有 450 行(去掉空行可能只有 300 多行),支持所有标准的 JSON 格式。算法实现力求简洁明了,用最直接最快速的方法达到目的,没有复杂的概念和模式。
除了解析 JSON,MojoUnityJson 还提供了一组方便直观的 API 来访问 JSON 数据,整体实现只有一个文件,仅依赖 System.Collections.Generic,System.Text,System 三个命名空间,MojoUnityJson 可以很容易的嵌入到其它任何 C#项目中使用。
HTML & XHTML
Chuck Musciano、Bill Kennedy / O'Reilly Media / 2006-10-27 / GBP 39.99
"...lucid, in-depth descriptions of the behavior of every HTML tag on every major browser and platform, plus enough dry humor to make the book a pleasure to read." --Edward Mendelson, PC Magazine "Whe......一起来看看 《HTML & XHTML》 这本书的介绍吧!
