Skip to content

Commit 1bcb16c

Browse files
committed
update README
1 parent 7b2d4dc commit 1bcb16c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# [json2model](https://pub.dev/packages/json2model)
1+
# json2model [![Pub Version](https://img.shields.io/pub/v/json2model)](https://pub.dev/packages/json2model)
22
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)
34

45
## Usage
56

@@ -13,7 +14,16 @@ void main() {
1314
}
1415
```
1516

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
1727

1828
Please file feature requests and bugs at the [issue tracker][tracker].
1929

0 commit comments

Comments
 (0)