Skip to content

marabesi/json-tool

Folders and files

NameName
Last commit message
Last commit date
Nov 26, 2024
Oct 16, 2021
Sep 10, 2023
Jul 21, 2024
Oct 30, 2021
Oct 30, 2021
Oct 10, 2024
Mar 3, 2024
Jul 21, 2024
Sep 23, 2023
Jul 25, 2024
Nov 26, 2024
Sep 2, 2021
Oct 6, 2024
Nov 26, 2024
May 2, 2024
Jul 21, 2024
Sep 22, 2024
Sep 23, 2023
Jan 23, 2025
Nov 24, 2024
Dec 17, 2022
Jul 17, 2022
Sep 22, 2024

Repository files navigation

Codacy Badge Node CI Coverage Status tested with jest

Are you tired of accessing free websites just to format your json content? Me too. Besides the "data protection" issue sometimes we just want to have it formatted to move on.

According to ThoughtWorks in the tech radar 27 (item 76 under Tools) developers should hold the practice of formatting or sharing information in formatting tools that are not complying with data jurisdiction.

JSON tool - Sometimes we just want to have a formatted JSON string. | Product Hunt Get it from the Snap Store "Buy Me A Coffee"

Publications

json-tool

json-tool allows you to quick format json content with a click of a button, and much more:

  • JSON content validation, it shows an error message warning invalid json
  • Buttons to allow easy interaction with the clipboard (paste and copy to the clipboard)
  • Search through the json string (offered by the code mirror editor)
  • Upload a json file

Screenshot from 2022-09-11 11-32-55

banner-blue

banner-dark

Screenshot from 2022-09-11 11-34-35

Resources

Debounce

Related projects