Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumc34/jstorage
JStorage is an intermediary storage file reader, processor and writer written in Java.
https://github.com/callumc34/jstorage
custom-file-type file-format java json xml yaml
Last synced: 5 days ago
JSON representation
JStorage is an intermediary storage file reader, processor and writer written in Java.
- Host: GitHub
- URL: https://github.com/callumc34/jstorage
- Owner: callumc34
- Created: 2021-09-14T08:34:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T08:14:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T20:21:58.069Z (about 2 months ago)
- Topics: custom-file-type, file-format, java, json, xml, yaml
- Language: Java
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JStorage
JStorage is an intermediary storage file reader, processor and writer written in Java.
JStorage is able to read from a variety of file types (json, yaml, xml) into a Java class where attributes can easily be accessed, edited and rewrote into different or the same formats.
JStorage aims to dump data in a readable file format known as a .jstor file.
It aims to be easy to read and understand, minorly scriptable and suitable to hand type.Note: JStorage is currently in extremely early alpha and is still being updated.
Feel free to help by checking out the [trello](https://trello.com/b/Uj4OJHEt/jstorage) board and creating a pull request.