https://github.com/sollace/miniyaml
A minimal, from-scratch, gson <-> yaml parser
https://github.com/sollace/miniyaml
gson java yaml yaml-parser
Last synced: about 2 months ago
JSON representation
A minimal, from-scratch, gson <-> yaml parser
- Host: GitHub
- URL: https://github.com/sollace/miniyaml
- Owner: Sollace
- License: mit
- Created: 2025-04-10T19:13:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-10T19:27:02.000Z (about 1 year ago)
- Last Synced: 2025-04-12T03:59:18.301Z (about 1 year ago)
- Topics: gson, java, yaml, yaml-parser
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini Yaml
Provides a minimalistic, from-scratch YAML-JSON converter.
When I needed a yaml parser for parsing config files for Minecraft mods, I realised the ones that existed are
all really _big_, and had a lot of features I'm not going to use. I also needed something that can directly serialize
to/from GSON json element trees, so this is what that is.