File tree 3 files changed +15
-10
lines changed
3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 3
3
Provides [ source_gen] ` Generator ` s to create code for JSON serialization and
4
4
deserialization.
5
5
6
- ## [ json_serializable]
6
+ ## json_serializable
7
+
8
+ * Package: https://pub.dartlang.org/packages/json_serializable
9
+ * [ Source code] ( json_serializable )
7
10
8
11
The core package providing Generators for JSON-specific tasks.
9
12
10
13
Import it into your pubspec ` dev_dependencies: ` section.
11
14
12
- ## [ json_annotation]
15
+ ## json_annotation
16
+
17
+ * Package: https://pub.dartlang.org/packages/json_annotation
18
+ * [ Source code] ( json_annotation )
13
19
14
20
The annotation package which has no dependencies.
15
21
16
22
Import it into your pubspec ` dependencies: ` section.
17
23
18
- ## [ example]
24
+ ## example
25
+
26
+ * [ Source code] ( example )
19
27
20
- A simple example showing how to setup and use [ json_serializable] and
21
- [ json_annotation] .
28
+ An example showing how to setup and use ` json_serializable ` and
29
+ ` json_annotation ` .
22
30
23
- [ json_serializable ] : https://github.com/dart-lang/json_serializable/blob/master/json_serializable/README.md
24
- [ json_annotation ] : https://github.com/dart-lang/json_serializable/blob/master/json_annotation/README.md
25
- [ example ] : https://github.com/dart-lang/json_serializable/blob/master/example/README.md
26
31
[ source_gen ] : https://pub.dartlang.org/packages/source_gen
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ See the [example] to understand how to configure your package.
7
7
8
8
Please file feature requests and bugs at the [ issue tracker] [ tracker ] .
9
9
10
- [ example ] : https://github.com/dart-lang/json_serializable/blob/master/example/README.md
10
+ [ example ] : https://github.com/dart-lang/json_serializable/blob/master/example
11
11
[ tracker ] : https://github.com/dart-lang/json_serializable/issues
12
12
[ json_serializable ] : https://pub.dartlang.org/packages/json_serializable
Original file line number Diff line number Diff line change @@ -81,5 +81,5 @@ abstract class _$PersonSerializerMixin {
81
81
}
82
82
```
83
83
84
- [ example ] : https://github.com/dart-lang/json_serializable/blob/master/example/README.md
84
+ [ example ] : https://github.com/dart-lang/json_serializable/blob/master/example
85
85
[ source_gen ] : https://pub.dartlang.org/packages/source_gen
You can’t perform that action at this time.
0 commit comments