JSON data is often used in real-world development work, and there is a need to see if the JSON data returned from the URL address in Google Chrome can be displayed in JSON format.
For example, access in Google Chrome: Http://jsonview.com/example.json
The effect of the presentation is as follows:
After installing the Jsonview extension, the following results are displayed:
It is clear that the latter works better. The implementation steps are as follows:
1. Download Jsonview Extension Package
: Https://github.com/gildas-lormeau/JSONView-for-Chrome
Click "Clone or Download"--"Download Zip"
2. Unzip the package
3. Open the extension interface of Google Chrome
Mode one: In the Google browser address bar, enter: chrome://extensions/
Way two:
4. Load Jsonview Extension Program
Select developer mode, click "Load the extension being developed ..." and choose the plugin directory (d:\jsonview-for-chrome-master\webcontent);
When you click OK, the installation is on. The post-installation interface is as follows:
Installation complete, reload (ctrl+r).
Resources
Chrome Jsonview Plugin Installation
How do I install the. crx extension in Google Chrome for offline three ways?
Install Jsonview extensions in Google Chrome