File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- # [ json2model] ( https://pub.dev/packages/json2model )
1
+ # json2model [ ![ Pub Version ] ( https://img.shields.io/pub/v/ json2model) ]( https://pub.dev/packages/json2model )
2
2
This library generates a model object corresponding to a JSON string by executing commands in code
3
+ [ https://pub.dev/packages/json2model ] ( https://pub.dev/packages/json2model )
3
4
4
5
## Usage
5
6
@@ -13,7 +14,16 @@ void main() {
13
14
}
14
15
```
15
16
16
- ## Features and bugs
17
+ ## Feature
18
+ | Feature | Status |
19
+ | :---- | ---: |
20
+ | null safety | ✅ |
21
+ | toJson & fromJson | ✅ |
22
+ | encoder & decoder | ✅ |
23
+ | all properties final | ✅ |
24
+ | all properties optional | ✅ |
25
+
26
+ ## Bugs
17
27
18
28
Please file feature requests and bugs at the [ issue tracker] [ tracker ] .
19
29
You can’t perform that action at this time.
0 commit comments