-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature]: Json Export #206
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestreview requiredIssue has not been assigned yetIssue has not been assigned yettarget:commonBug/Feature concerns all build targetsBug/Feature concerns all build targets
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestreview requiredIssue has not been assigned yetIssue has not been assigned yettarget:commonBug/Feature concerns all build targetsBug/Feature concerns all build targets
Category
Data Export
Target Platform
Common (both platforms)
Feature Description
I want to export data in JSON format.
Proposed Solution / Mockup
Given that JSON is the default format in tauri and the models already have the appropriate
serdemacros, exporting should be easier than the other formats.Problem Statement (Optional)
No response
Alternatives Considered (Optional)
No response
Additional Context (Optional)
No response