bhollis / jsonview

A web extension that helps you view JSON documents in the browser.
http://jsonview.com
MIT License
1.53k stars 227 forks source link

Feature/expose json value to global variable #184

Closed osopromadze closed 1 year ago

osopromadze commented 3 years ago

fix #156

JSON value is exposed as global variable called data which is accesible in console.

Here is screenshot of example:

image

In this PR is also added script for windows users, to build project using PowerShell.

@bhollis