Skip to content

Commit fbb7b26

Browse files
Update data_libs.md
1 parent a9b46f6 commit fbb7b26

File tree

1 file changed

+9
-7
lines changed
  • readme/Flutter的需要与原生交互的一些常用库

1 file changed

+9
-7
lines changed

readme/Flutter的需要与原生交互的一些常用库/data_libs.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,15 @@
4343
| 库名 | 版本号 | 链接 | 描述 |
4444
| ------- | ------------ | ----------------------------------------- | ------------------------------------------------------ |
4545
| codable | 1.0.0-beta.2 | https://pub.dartlang.org/packages/codable | 用于将动态结构化数据(JSON,YAML)转换为Dart类型的库。 |
46+
|Dson|0.16.0|https://pub.dartlang.org/packages/dson|描述:Dson的github地址 https://github.com/drails-dart/dson
47+
DSON是一个将Dart对象转换为JSON的库。(用于web)这个库是Dartson的一个分支,但又有不同。|
48+
49+
> Github上面的库或者IDE插件:
4650
4751
* https://github.com/javiercbk/json_to_dart 根据json生成Dart实体类
4852
* https://github.com/debuggerx01/JSONFormat4Flutter 这是一个AS的辅助插件,将JSONObject格式的String解析成Dart的实体类
4953

50-
51-
52-
* Dson 0.13.2 下载地址 https://pub.dartlang.org/packages/dson
53-
描述:Dson的github地址 https://github.com/drails-dart/dson
54-
DSON是一个将Dart对象转换为JSON的库。(用于web)这个库是Dartson的一个分支,但又有不同。
55-
* Dartson是一个Dart库,可用于将Dart对象转换为JSON字符串。
56-
https://github.com/eredo/dartson (用于web)
54+
* JsonToDartWeb是一个全平台的json转Dart的工具,支持包括:Windows,Mac,Web以及Linux(linux待测试)。Github地址:https://github.com/fluttercandies/JsonToDartWeb
5755

5856
> **几个Json库的比较:[https://github.com/drails-dart/dart-serialise](https://github.com/drails-dart/dart-serialise)**
5957
@@ -68,6 +66,10 @@
6866
| Jaguar_serializer | 88 KB | 8.57 ms | 6.58 ms | 10.31 ms | 8.59 ms |
6967
| Jackson (Groovy) | | 496 ms | 252 ms | n/a | n/a |
7068

69+
> 反序列化(将Dart文件转换成json字符串)
70+
71+
* Dartson是一个Dart库,可用于将Dart对象转换为JSON字符串。github地址:https://github.com/eredo/dartson (用于web)
72+
7173
----
7274

7375
**编解码、加密解密(AES、RSA等)有关的库**

0 commit comments

Comments
 (0)