jaboc83 / ynab-sdk-dotnetcore

YNAB API .Net Core Library https://api.youneedabudget.com
https://www.nuget.org/packages/YNAB.SDK/
Apache License 2.0
25 stars 9 forks source link

Suggestion: Make models compatable with System.Text.Json deserialization #16

Open douglasg14b opened 4 months ago

douglasg14b commented 4 months ago

Title pretty much states it!

I know you don't have much time for this project, this issue is mostly just to track this.

Working with System.Text.Json for model de-serialization is valuable in cases where this SDK is used only for it's models, for data that's already at hand or stored locally, and where the desire to use Newtonsoft is low.