Chromium Code Reviews| Index: pkg/json/README.md |
| diff --git a/pkg/json/README.md b/pkg/json/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..677a4d46c858ed77243d7bfe0e1e5b37beed1384 |
| --- /dev/null |
| +++ b/pkg/json/README.md |
| @@ -0,0 +1,5 @@ |
| +A JSON library for Dart. |
| + |
| +The path package provides some extensible classes for JSON manipulations. It |
| +is (in its original form) a copy of the `dart:json` library before that was |
| +deprecated. |