First of all, it depends on what operating system you're using.

On Windows

If you right click and press "save" (Alternatively use ctrl-s) and then chose the file format "json" when saving.

On macOS

You can do this in a few ways, I'd suggest using curl. You'd do this by opening the terminal and navigating to the directory you'd like to download the file to. Then enter the following:

curl https://somedomain.com/somepath.json > fileName.json

This will download the file in its original format.

Answer from Maximilian on Stack Overflow
🌐
Chrome Web Store
chromewebstore.google.com › detail › json-viewer-pro › eifflpmocdbdmepbjaopkkhbfmdgijcc
JSON Viewer Pro - Chrome Web Store
Core features: ✅ Beautify JSON response from API ✅ Visual representation of JSON with Chart ✅ Depth traversing of JSON property using breadcrumbs ✅ Access or Traverse via JSON Path navigation Prompt ✅ Write custom JSON in Input area ✅ Configurable Content-Type and JSON Content Detection ✅ Ignore particular websites or URLs from rendering ✅ Import local JSON, YAML and XML files supported ✅ Download JSON file using Context Menu ✅ Dark and Light theme supported ✅ Custom CSS supported ✅ Intuitive User Interface ✅ Copy path of any property and value easily ✅ Access JSON in your console using only json keyword #Keywords: jsonFormatter, JSON, JSONChart, JSONViewer, JSONPlayground, JSONEditor, JSONView
🌐
Chrome Web Store
chromewebstore.google.com › detail › jsonview › gmegofmjomhknnokphhckolhcffdaihd
JSONView - Chrome Web Store
Created by the owner of the listed website. The publisher has a good record with no history of violations. Learn more.http://jsonview.com/ Follows recommended practices for Chrome extensions.
🌐
Medium
medium.com › @ecastille924 › super-helpful-chrome-extension-for-json-data-f8a735c96bf4
Super Helpful Chrome Extension for JSON data | by Erick Castille | Medium
February 12, 2022 - It doesn’t at all look like readable, ... like the first example above. Good news! All you have to do is download the JSONView chrome extension available here....
🌐
Chrome Web Store
chromewebstore.google.com › detail › json-formatter › bcjindcccaagfpapjjmafapmmgkkhgoa
JSON Formatter - Chrome Web Store
Follows recommended practices for Chrome extensions. Learn more.Featured4.5( ... Ratings are updated daily and may not reflect the most recent reviews. ... Automatically prettifies any JSON response opened in a browser tab.
🌐
Chrome Web Store
chromewebstore.google.com › detail › json-viewer › aimiinbnnkboelefkjlenlgimcabobli
JSON Viewer - Chrome Web Store
Features: * Syntax highlighting * Collapsible trees, with indent guides amd items count * Clickable URL's * JSON & JSONP support * Toggle between raw and parsed JSON * Works on any valid JSON page even on local files too (if you enable this in chrome://extensions) Note: This extension might have conflict with other JSON highlighters/beautifiers, like 'JSON Formatter', 'JSONView', 'Pretty JSON' and so on – Please, disable those before trying this for better experience.
🌐
Jsonview
jsonview.com
JSONView - View JSON in Firefox and Chrome | BenHollis.net
Add to Firefox Add to Chrome Add to Edge · Change Log | Contribute · (click to test it out) Pretty-prints JSON instead of prompting to download it or rendering it as text. Collapsible array and object sections for easy navigation. Copy-paste is still valid JSON ·
🌐
GitHub
github.com › teocci › JSONViewer-for-Chrome
GitHub - teocci/JSONViewer-for-Chrome: Validates and makes JSON documents easy to read. · GitHub
Install JSONViewer for Chrome directly from the Chrome Web Store for the simplest setup. ... Clone or download this repository.
Starred by 126 users
Forked by 74 users
Languages   JavaScript 91.9% | CSS 7.0% | HTML 1.1%
Find elsewhere
🌐
GitHub
gist.github.com › raecoo › dcbac9e94198dfd0801be8a0cbb14570
Save JSON object to file in Chrome Devtool · GitHub
console.save = function (data, filename) { if (!data) { console.error('Console.save: No data'); return; } if (!filename) { filename = 'console.json'; } if (typeof data === "object") { data = JSON.stringify(data, undefined, 4); } var blob = new Blob([data], { type: 'text/json' }); var a = document.createElement('a'); a.download = filename; a.href = window.URL.createObjectURL(blob); a.dataset.downloadurl = ['text/json', a.download, a.href].join(':'); a.click(); }
🌐
Chrome Web Store
chromewebstore.google.com › detail › json-magic › bihhoehecohjflhmpgljagldgmomgkmn
JSON Magic - Chrome Web Store
Instant pretty-print, validate & download JSON without leaving your tab. Stop Fighting Ugly JSON – Unlock the Full Power of Your Data with JSON Magic! JSON Magic is the most comprehensive, developer-focused JSON tool for Google Chrome.
🌐
Stack Overflow
stackoverflow.com › questions › 62957672 › chrome-is-blocking-json-downloads-is-there-a-way-to-prevent-this
Chrome is blocking json downloads - is there a way to prevent this? - Stack Overflow
Go to “Settings” in Google Chrome, “Privacy and security, “Security”; change it to “No protection”. Go back to “Privacy and security”, go to “Site settings”, go to the Pop-ups and use redirects, and check “aallow pop-ups”.
🌐
Softonic
json-viewer.en.softonic.com › home › web browsers › browsers › google chrome › json viewer
JSON Viewer for Google Chrome - Extension Download
September 25, 2023 - JSON Viewer for Chrome, free and safe download. JSON Viewer latest version: A free app for Chrome, by tulios.. JSON Viewer allows you to view, format,
Rating: 9.2/10 ​ - ​ 1 votes
🌐
JSONLint
jsonlint.com › json-formatter
JSON Formatter For Chrome | JSONLint
JSONLint is the free online validator, json formatter, and json beautifier tool for JSON, a lightweight data-interchange format.
🌐
Ful.io
ful.io › blog › top-5-json-viewer-chrome-extensions-you-need-to-check-out
Top 5 JSON Viewer Chrome Extensions You Need To Check Out
May 20, 2025 - Input custom JSON directly into the extension. Import local files for visualization. Download JSON files conveniently using the context menu.
🌐
Js
json-formatter.js.org
JSON Formatter - Beautify Your JSON Code in the Browser
Method 1 - Install JSON Formatter from Chrome Web Store · Method 2 - Install It locally · clone/download this repo, open Chrome and go to chrome://chrome/extensions/, enable “Developer mode”, click “Load unpacked extension”, select the extension folder in this repo...
Rating: 4.3 ​ - ​ 19 votes
🌐
SailPoint Compass
community.sailpoint.com › compass › discuss › community wiki › identityiq wiki
How to capture a JSON in Google Chrome? - Compass
February 21, 2023 - Once opening Google Chrome, select the three line tab on the far right side of the browser. Hover over "More Tools" and select "Developer Tools" Google Developer Tools will be displayed at the bottom of the browser.
🌐
Crowdin
store.crowdin.com › chrome-json
Chrome JSON file localization
Chrome JSON is a natively supported file format, you can use it without an additional installation.
🌐
Jsongrid
jsongrid.com
JsonGrid - All-In-One JSON Solution
🚀 New! JSONGrid Web Inspector Try our new Chrome DevTools extension to view JSON responses in JSONGrid.