Skip to content

Yaml Parser - lightweight implementation designed to read YAML files and convert them into Java objects or data structures

License

Notifications You must be signed in to change notification settings

kachida/yaml-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yaml-parser [WIP]

Overview

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.

Features

  • 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

Usage

  1. Clone the repository
git clone https://github.com/kachida/yaml-parser.git
  1. Example Usage:
#### Todo
  1. Requirements
  • Java 8 or higher
  1. License
  • This project is licensed under the MIT License

About

Yaml Parser - lightweight implementation designed to read YAML files and convert them into Java objects or data structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages