alert-object

A simple way to display the contents of an object in an alert dialog, good for browser testing on devices.

Usage no npm install needed!

<script type="module">
  import alertObject from 'https://cdn.skypack.dev/alert-object';
</script>

README

What Does It Do?

A simple way to display the contents of an object in an alert dialog, good for browser testing on devices.

How To Use

npm install alert-object
var print = require('alert-object');
var myObject = {'something': 1, 'other thing': 2};
print(myObject);

Original Author:

Miguel Venture