Skip to content

azzgo/json-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Toolkit Browser Extension

The project is on early access, and the extension is not yet available in the Chrome Web Store or Firefox Add-ons. You can build it locally using the provided instructions.

This project is a browser extension for local JSON editing. It leverages the powerful josdejong/svelte-jsoneditor library, inheriting all its features for intuitive and flexible JSON manipulation.

Key features:

  • Edit and view JSON data locally within your browser.
  • Visualize differences between two JSON objects using JSON diff.
  • Differences are highlighted directly in the editor using custom class features for clear comparison.

Build Instructions

To build the extension, follow these steps:

bun install
bun run toolkit:build:extension
# Build for specific browsers
bun run ext:build:chrome
bun run ext:build:firefox

About

A Browser Extension for editting json locally

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published