File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,17 @@ Jsoniter 不仅仅在运行时要做最快的解析器,也同时非常努力
69
69
# 从别的库迁移过来很容易
70
70
71
71
* Golang 版本和标准库(encoding/json)完全兼容。` json.Marshal ` 或者 ` json.Unmarshal ` 都支持,只需要把json替换为jsoniter
72
- * 支持 gson 兼容模式
72
+ * [ 支持 gson 兼容模式] ( /migrate-from-gson.html )
73
73
* 支持 jackson 兼容模式(正在开发中)
74
74
75
75
# 文档
76
76
77
77
Jsoniter 功能多多,文档以例子为主。有很多代码示例来演示这些常用任务如何实现:
78
78
79
- * [ 如何在 Android 平台上使用] ( http://jsoniter.com /java-features.cn.html#section-3)
80
- * [ 如何检查 JSON 中是否包含指定属性] ( http://jsoniter.com /java-features.cn.html#section-10)
81
- * [ 如何自定义序列化和反序列化的方法] ( http://jsoniter.com /java-features.cn.html#service-provider-interface-spi)
82
- * [ 还有许多……] ( http://jsoniter.com /java-features.cn.html)
79
+ * [ 如何在 Android 平台上使用] ( /java-features.cn.html#section-3 )
80
+ * [ 如何检查 JSON 中是否包含指定属性] ( /java-features.cn.html#section-10 )
81
+ * [ 如何自定义序列化和反序列化的方法] ( /java-features.cn.html#service-provider-interface-spi )
82
+ * [ 还有许多……] ( /java-features.cn.html )
83
83
84
84
# 怎样获取
85
85
You can’t perform that action at this time.
0 commit comments