Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit f927484

Browse files
authored
Update README.md
1 parent b8751b4 commit f927484

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ for Java, mapping Enum Classes to standard Java enums, Built Collections to
1919
Values to [AutoValues]
2020
(https://github.com/google/auto/tree/master/value#autovalue).
2121

22-
## Status
2322

24-
Built JSON is not yet ready for use. Watch this space!
23+
## Example Code
24+
25+
[Simple examples]
26+
(https://github.com/google/built_json.dart/tree/master/example); for a more
27+
realistic project see the
28+
[chat example](https://github.com/google/built_json.dart/tree/master/chat_example)
29+
for an end to end use of built_json on server and client.
30+
2531

2632
## Motivation
2733

@@ -70,12 +76,6 @@ give custom JSON serialization for your own types. This could be used to
7076
interoperate with other tools or to add hand coded high performance serializers
7177
for specific classes. Some other libraries are not so extensible.
7278

73-
## Examples
74-
75-
See [this example]
76-
(https://github.com/google/built_json.dart/tree/master/example) for a full
77-
project with a `build.dart` and some examples.
78-
7979
## Features and bugs
8080

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

0 commit comments

Comments
 (0)