Skip to content

arunwebber/json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser Icon

Simple JSON Formatter

This is a simple and user-friendly JSON Formatter Chrome extension designed to help you format and view JSON data in a readable format. You can easily paste your raw JSON data, format it, and copy the result. It also offers basic font controls to adjust the display size.


Features

  • Format JSON: Paste your raw JSON into a text area and click the "Format JSON" button to beautify the JSON structure.
  • Copy JSON: Copy the formatted JSON with a single click for easy reuse.
  • Adjust Font Size: Increase or decrease the font size of the JSON for better readability.
  • Line Numbers: View line numbers alongside the input for easier navigation through your JSON structure.
  • Character and Position Tracking: The status bar shows the total number of characters in your JSON input and your current cursor position (line and column).

Installation

Chrome Browser:

  1. Download the extension files (including manifest.json, popup.js, style.css, and index.html) to your local machine.
  2. Open Google Chrome and go to the Extensions page by clicking on the three dots at the top right corner of the browser, selecting More Tools, and then Extensions.
  3. Enable Developer Mode at the top right of the Extensions page.
  4. Click the Load unpacked button and select the folder where you have the extension files.
  5. Your extension should now be installed and visible in the browser's extension toolbar.

Usage

  1. Paste JSON Data: Paste your JSON data into the provided text area.
  2. Format JSON: Click the "Format JSON" button to beautify your JSON, making it more readable.
  3. Copy JSON: Once formatted, click "Copy JSON" to copy the formatted output to your clipboard.
  4. Font Controls: Use the "+" and "-" buttons to adjust the font size of the JSON content.
  5. Line Numbers: Line numbers are displayed next to the input area to help you keep track of your JSON data's structure.
  6. Status Bar: The status bar at the bottom shows the number of characters in the input and your cursor's position within the JSON content.

License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published