This Java YAML parser is a lightweight implementation designed to read YAML files and convert them into Java objects or data structures. It's built without relying on external libraries, providing a basic framework for handling YAML data within your Java applications.
- Parses YAML files into Java objects or data structures.
- Supports YAML syntax including mappings, sequences, and scalar values.
- Handles basic error checking and validation for YAML structures.
- Minimalistic and suitable for simple projects
- Clone the repository
git clone https://github.com/kachida/yaml-parser.git
- Example Usage:
#### Todo
- Requirements
- Java 8 or higher
- License
- This project is licensed under the MIT License