Quantcast
Channel: Active questions tagged config - Stack Overflow
Viewing all articles
Browse latest Browse all 5054

Library to read config files (xml or json) that detects file´s changes

$
0
0

I have a XML configuration file like this:

<configuration>
<items>
    <item key="KEY_NAME">
        3
    </item>
</items>
</configuration>

I need some library to read (only read) the files values but can detect changes (for example, change value 3 for 5) without restart application.

I was using njupiter for that, but this project was deprecated. I found MiniFSWatcher, do you known some other library?

Thanks,


Viewing all articles
Browse latest Browse all 5054

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>