JsonConfig
JsonConfig copied to clipboard
Reading the user config after change locks the file
Saving change file two times, causes System.IO.IOexception - as file is locked by saving process i guess. Use File.ReadAllLines instead of File.ReadAllText to prevent locking the file during read.