Files
elasticsearch-js/test/unit/specs
Julian Simioni 9dfcc20bd9 Use JSON.stringify to log objects
There are two major advantages to JSON.stringify over util.inspect:

1.) JSON.stringify defaults to recursively printing deeply nested
objects.

2.) JSON.stringify output is JSON, meaning it can be taken directly from
the output and used wherever JSON is accepted. util.inspect output is
JSON-like, but also includes other annotation such as the types of
various values, as well as functions on objects.
2016-03-31 14:08:27 -04:00
..
2015-05-13 08:26:02 -05:00
2015-04-10 09:46:21 -07:00
2016-03-31 14:08:27 -04:00
2015-09-10 14:49:03 +02:00
2015-04-21 11:41:58 -07:00