2.0.2 • Published 3 years ago

json-microscope v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

json-microscope

Collection of JSON conversion tools to help debug object structure

Install

npm i --save-dev json-microscope

or

yarn add -D json-microscope

API References

toJson(obj: Object) => string

Converts an object into an easy-to-read formatted JSON string.

logJson(obj: Object) => void

The object is formatted for easy viewing and displayed in the terminal.

fromJson(obj: Object) => any

Converts imported objects from .json files to JS objects.

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago