Skip to content

A Visual Studio Code extension that allows you to fetch, visualize, and explore API data structures (JSON and XML) in a collapsible tree format.

Notifications You must be signed in to change notification settings

edvaldatli/DataLens

Repository files navigation

DataLens - A Visual Studio Code Extension for API Data Visualization

DataLens is a Visual Studio Code extension that allows you to fetch and visualize data from APIs in a clean, collapsible tree structure. Whether you're working with JSON or XML, DataLens makes it easy to explore the structure of API responses right within your editor.

Features

  • Fetch API Data: Input a URL through the command palette, and DataLens will fetch and display the API's response.
  • Collapsible Data Structure: Visualize nested data structures (objects and arrays) with collapsible tree elements, making it easier to explore large datasets.
  • Object and Array Identification: See clear indicators for objects and arrays, with arrows showing expandable sections.
  • Supports JSON and XML: DataLens can handle both JSON and XML responses, automatically converting XML to JSON for consistency.

Screenshots

image image image

License

This project is licensed under the MIT License.

About

A Visual Studio Code extension that allows you to fetch, visualize, and explore API data structures (JSON and XML) in a collapsible tree format.

Resources

Stars

Watchers

Forks