Skip to content

Fast non-blocking JSON viewer for Chrome and Firefox

Notifications You must be signed in to change notification settings

litejs/json-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5eed02f · Nov 28, 2024
Sep 4, 2023
Mar 5, 2021
Mar 3, 2021
Oct 9, 2018
Oct 28, 2020
Nov 28, 2024
Jun 25, 2024
Apr 26, 2024
Apr 29, 2024
Apr 29, 2024
Jun 9, 2024
Jun 7, 2024
Apr 26, 2024

Repository files navigation

JSON Lite – Chrome users Firefox users

Browser extension for viewing JSON files.

Default theme

Features

  • Format JSON/JSONP responses and clipboard
  • Select and format/encode/decode text on every page
  • Collapsible arrays, objects and long values
  • Collapse all childs with Ctrl(Command) + Click
  • Collapse property also on all sibling items with Alt(Option) + Click
  • Count items and properties in a collection
  • Show collection sizes
  • Do its best to show large (10MB+) JSON files
  • Do its best to show invalid JSON files
  • Do not sort objects with numeric keys
  • Do not round large numbers
  • "Save as..." saves the original JSON document
  • Select and copy a working JSON from the formatted JSON

Notes

  • Disable Firefox built-in JSON viewer
    Go to about:config and set 'devtools.jsonview.enabled' to false

Links

Licence

Copyright (c) 2016-2020 Lauri Rooden
The MIT License