Skip to content

[Feat]: JSON on row copy instead of default csv only #100

@Isaac177

Description

@Isaac177

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the feature has not already been requested

🚀 Feature Proposal

When you select a row and copy it, the app only copies it as CSV. It would be nice to also have the option to copy it as JSON.

Motivation

JSON is useful when working with APIs or scripts. If you need to paste a row into a REST client or anything that expects JSON, you have to manually convert the CSV output. A JSON copy option would save that extra step.

Example

Right now copying a row gives:

id,name,email
1,John Doe,john@example.com

It would be great to also get:

{"id": 1, "name": "John Doe", "email": "john@example.com"}

Could be a right-click option like "Copy as JSON" or a setting to pick the default format.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions