c930fc0781
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>
11 lines
316 B
Dart
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);
|