Files
sdk/tests/lib_2/html/json_helper.dart
T
Jakob Roland Andersen c930fc0781 Migrated test batch 206 to Dart 2.0.
Bug:
Change-Id: I231aa434de41c55a290ab3e399c97b7dbbbb028d
Reviewed-on: https://dart-review.googlesource.com/9940
Reviewed-by: Florian Loitsch <floitsch@google.com>
Commit-Queue: Jakob Roland Andersen <jakobr@google.com>
2017-10-02 13:26:07 +00:00

11 lines
316 B
Dart

// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@JS("JSON")
library json_helper;
import 'package:js/js.dart';
external String stringify(object);