sfmohassel / libc.translation

A library to help you implement translation using json files to replace .resx files in .net standard projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use System.Text.Json (instead of Newtonsoft JSON)

GoranHalvarsson opened this issue · comments

Great repo!

Have you considered using System.Text.Json instead of Newtonsoft JSON?

Would be great if you did.

What a great idea!! @GoranHalvarsson
I will do it right now