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

Commit 3513774

Browse files
committed
Update documentation.
1 parent 9d39a5e commit 3513774

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Built JSON for Dart
22

3-
JSON serialization for Built Collections, Built Values and Enum Classes.
3+
## Introduction
4+
5+
Built JSON provides serialization for the
6+
[Libraries for Object Oriented Dart](https://github.com/google/built_value.dart/blob/master/libraries_for_object_oriented_dart.md#libraries-for-object-oriented-dart).
7+
8+
This allows a complete serializable object oriented data model to built from
9+
[Enum Classes](https://github.com/google/enum_class.dart#enum-classes-for-dart),
10+
[Built Collections](https://github.com/google/built_collection.dart#built-collections-for-dart)
11+
and
12+
[Built Values](https://github.com/google/built_value.dart#built-values-for-dart).
13+
14+
15+
## Examples
416

517
See
618
[this example](https://github.com/google/built_json.dart/tree/master/example)

0 commit comments

Comments
 (0)