Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JSON ReduceNew to Visual Studio Code? Get it now.
JSON Reduce

JSON Reduce

ang3lkar

|
1 install
| (0) | Free
Reduce large JSON objects to ease readability
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON Reduce

Tests Version License

A simple VS Code extension that aims to ease readability for developers when dealing with large JSON files. It reduces the JSON to a minimal size so they can focus on the schema and avoid infinite scrolling when having extremely large number of array objects or huge texts.

Example

Text is reduced to a configurable number of characters. Array items are reduced to a configurable number of items.

{
  "someText": "Lorem Ipsum dolor sit amet consectetur adipisicing elit. Quisquam, quos...",
  "someArray": [
    {
      "someObject": {
        "someText": "Lorem Ipsum dolor sit amet"
      },
      "someObject2": {
        "someText": "Lorem Ipsum dolor sit amet"
      }
    },
    "<135 more items>"
  ]
}

Configuration

{
  "jsonReduce.textLength": 100,
  "jsonReduce.arrayLength": 10
}

Contributing

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Run the tests
  5. Submit a pull request

License

MIT © Ang3lkar

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft