SimplixStorage
SimplixStorage copied to clipboard
Library to store data in a better way
**Is your feature request related to a problem? Please describe.** You could say yes, Yaml for example allows comments in a file and even if there are modifications the comments...
**Is your feature request related to a problem? Please describe.** Having all the code in one module means even if I am not using something such as the toml class,...
The documentation seems to be quite outdated, and perhaps, lacking in some places. If you want me to scroll over it and let you know exactly what I think needs...
**Describe the solution you'd like** It would be useful to implement comment preservation and header methods on Toml files.
**Describe the bug** In the latest release(3.2.5), it shows version 3.2.4 instead of 3.2.5 **To Reproduce** Steps to reproduce the behavior: 1. Go to releases 2. Paste into pom.xml 3....
hey i wanted to ask if your library will be updated in the future so that you can use it in the future as well
**Describe the bug** When there is a dot (.) in the key of a valid json (or any other) file like this : ```json { "test" : { "test2.test3": "Should...
**Describe the bug** I added the plugin as shown in the images below, but it does not generate any files. I don't know if it's a bug or if I'm...
**Describe the bug** When you use Yaml#addDefaultsFromInputStream, the saved config is no longer ordered, even if you set `DataType.SORTED`. **To Reproduce** The following code produces an unordered Yaml file. ```...
**Is your feature request related to a problem? Please describe.** At the moment we as users of this api cannot act on exceptions thrown within this api since they are...