You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1>JSON Table: An open source JSON Viewer and Editor</h1>
22
22
<p>
23
-
JSON table is a tool to <b>view and edit</b> json file with a table representation of your data. It is like
24
-
excel but for json.<br>
25
-
JSON table is a json editor designed to <b>edit big json files</b> of few gb, containing millions of rows and hundreds of columns
26
-
with a lag free experience, it runs at 60fps on an intel graphic chipset.
23
+
JSON Table is a powerful JSON <b>editor/viewer</b> tool that transforms large JSON array into an intuitive table, <b>spreadsheet-like</b> interface. Designed for handling big JSON files while keeping good performance, it offers a seamless editing experience for developers and data professionals.
27
24
</p>
28
25
<p>
29
26
JSON table is a <b>portable desktop application</b> and a <b>WASM</b> library which can be integrated on any
<h1>Or <ahref="https://github.com/nmeylan/json-table-editor/releases">Download portable application</a> to get all features and best experience</h1>
35
+
<h1>Key Features of JSON Table</h1>
39
36
<ul>
40
-
<li><strong>Edit large json file/big json file without lag:</strong> Only visible rows and columns are rendered for smooth performance. In addition, our custom json parser support depth level selection to partially and progressively parse json, speeding up initial rendering.<br/>
37
+
<li><strong>High-Performance JSON Editing</strong>: Renders only visible rows and columns, ensuring smooth performance even with files containing millions of rows and hundreds of columns</li>
<li><strong>Column replacement:</strong> Replace matching terms (supports regex) for a dedicated column (json field).</li>
42
+
<li><strong>Cell Editing:</strong> Edit individual cells directly in the table.</li>
43
+
<li><strong>Nested Arrays and Objects:</strong> Open and edit nested arrays and objects in sub-tables.</li>
44
+
<li>Powerful search and replace functionality</li>
45
+
</ul>
41
46
</li>
42
-
<li><strong>Json table row filtering:</strong> Filter out rows with null values in selected columns.</li>
43
-
<li><strong>Column Scrolling:</strong> Quickly scroll to specific columns.</li>
44
-
<li><strong>Column Pinning:</strong> Pin columns to the left for easy reference.</li>
45
-
<li><strong>Nested Arrays and Objects:</strong> Open and edit nested arrays and objects in sub-tables.</li>
46
-
<li><strong>Depth Selection:</strong> Choose the depth for nested object visualization.</li>
47
-
<li><strong>Cell Editing:</strong> Edit individual cells directly in the table.</li>
48
-
<li><strong>Value Filtering:</strong> Filter columns based on specific values.</li>
49
-
<li><strong>Row Navigation:</strong> Jump directly to a specific row number.</li>
50
-
<li><strong>Search Functionality:</strong> Search for matching terms across the table.</li>
51
-
<li><strong>Copy/Paste Functionality:</strong> Easily copy and paste cell values, by just hovering cell and
52
-
using ctrl-C/ctrl-v.
53
-
</li>
54
-
<li><strong>Row Insertion:</strong> Insert new rows above or below an existing row.</li>
55
-
<li><strong>Column replacement:</strong> Replace matching terms (supports regex) for a dedicated column (json
56
-
field).
47
+
<li><strong>User-Friendly Interface:</strong>
48
+
<ul>
49
+
<li><strong>Column pinning:</strong> Pin columns to the left for easy reference.</li>
50
+
<li><strong>Row navigation:</strong> Jump directly to a specific row number</li>
51
+
<li><strong>Column navigation:</strong> Quickly scroll to specific columns.</li>
52
+
<li><strong>Easy copy/paste:</strong> Easily copy and paste cell values, by just hovering cell and using ctrl-C/ctrl-v.</li>
53
+
<li><strong>Row Insertion:</strong> Insert new rows above or below an existing row.</li>
54
+
</ul>
57
55
</li>
58
56
</ul>
57
+
58
+
<p>By prioritizing performance and user experience, JSON Table transforms the complexity of large JSON files edition into a smooth, responsive editing environment.</p>
59
+
60
+
<p><strong>Missing a feature?</strong><ahref="https://github.com/nmeylan/json-table-editor">Request it or contribute on Github</a></p>
0 commit comments