Nucs / JsonSettings

This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.
MIT License
76 stars 18 forks source link

Support more formats like xml, ini, dat #43

Open ghost1372 opened 6 months ago

ghost1372 commented 6 months ago

Currently, the settings are read and written only in the Json files. It would be great if more formats like XML, INI and Dat are added. This is a great project And I hope it will be updated and get new features