Skip to content

ItsSpyce/jsonsettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonSettings

Simple to use and flexible as ever, JsonSettings is a continuation of SimpleSettings.

Creating a settings file for your project

Using Nuget,

PM> Install-Package JsonSettings

then create a new Settings object.

Settings = new Settings("C:{USER}\location\of\file");

What's cool about JsonSettings?

- Comments ('//' and '/**/' typed) - Lightweight and non-File-IO based. This means instead of constantly reading and writing from the disk, it reads once to an object, then edits the object. No un-needed saves occure to the file. When you want the settings saved, just run Settings.Save();

About

Simple access, commented-allowing, JSON settings file system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages