Export to JSON #236
Replies: 2 comments
-
I don't see the purpose for this. What are you trying to do with |
Beta Was this translation helpful? Give feedback.
-
As stated in #234, what's the point of exporting to a file format, editing everything from that file format, and then importing back to Denaro. Just use that file format and don't use Denaro. |
Beta Was this translation helpful? Give feedback.
-
With JSON you could easily serialize it into a class and run operations such as
filter
,map
,reduce
, etc.This can be done with
System.Text.Json
.Beta Was this translation helpful? Give feedback.
All reactions