Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: sdk/lib/io/io.dart

Issue 23596007: Remove usage of dart:json. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index e390d319ce4f99733f0f545b0380bd85ae94cdaa..c44f10187e2101f59eb0bfe5d77b3a5b87b7f190 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -21,7 +21,6 @@ import 'dart:collection' show LinkedHashSet,
LinkedListEntry;
import 'dart:convert';
import 'dart:isolate';
-import 'dart:json' as JSON;
import 'dart:math';
import 'dart:typed_data';

Powered by Google App Engine
This is Rietveld 408576698