Edit CSV
Edit CSV is a free online tool that allows users to edit CSV files through a table-based user interface. It offers features such as undo/redo functionality, column sorting by clicking on header text, and the ability to rearrange rows and columns by dragging. Users can resize rows and columns, and navigate efficiently using keyboard shortcuts to move to the first cell in a row, to move to the last cell, to jump to the first cell in a column, and to reach the last cell. You can also add a line break within a cell. To delete a row or column, hover over it and click the trash icon. Double-clicking a column's resize handle adjusts its width to fit the content; double-clicking an auto-sized column sets its width to 200px, which is useful for very wide columns. It also provides a context menu accessible via right-click and supports copy-pasting using the tab key as a separator, similar to Excel.
Learn more
JSON Viewer
jsonviewer.tools
— a powerful and interactive JSON visualization platform that helps users easily view, analyze, and explore complex JSON data.
Graph & Tree Visualization – Interactive 2D and compact graph modes with zoom, pan, and hover link visualization.
Table View for CSV – Upload CSV files and view them in a clean, sortable table format.
3D Visualization – External 3D JSON graph visualization option.
File Support – Upload and visualize JSON, CSV, and YAML files.
Interactive Graph Export – Double-click any JSON key to generate a graph for that key and export it as PNG.
Direction Control – Change the graph direction (horizontal/vertical).
Theme Customization – Switch between light/dark or custom color themes.
Comparison Tool – Compare two JSON files side by side.
Dummy JSON Generator – Quickly generate sample JSON for testing or demo use.
Learn more
JSON Crack
JSON Crack is an open source tool that transforms complex data formats, including JSON, YAML, CSV, XML, and TOML, into interactive, visually intuitive graphs, enhancing data comprehension and analysis. Users can input data directly, upload files, or provide URLs, and it automatically generates a visual tree graph. It supports data conversion between formats, such as JSON to CSV or XML to JSON, and includes features like JSON formatting, validation, and code generation for TypeScript interfaces, Golang structs, and JSON Schemas. Advanced tools are available for decoding JWTs, executing JQ queries, and performing JSON Path commands. Users can export visualizations as PNG, JPEG, or SVG files. All data processing occurs locally on the user's device, ensuring data privacy.
Learn more
JavaScript
JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.
Learn more