Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.
/ nryaml Public archive
forked from nresare/nryaml

experimenting with wrapper objects for yaml traversal

License

Notifications You must be signed in to change notification settings

alfredomusumeci/nryaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nryaml

This small library aims to make it easier to work with data returned from a yaml parser such as snakeyaml. The design is influence from the antonsjava/json parsing library and the types it returns.

The basic idea is that in Java, navigating a structure built by arbitrary primitive types, maps and lists is verbose and error-prone. One needs to cast the data to be able to traverse it, and little library offers a convenient way chaining method calls instead.

License

This code is licensed under the Apache License version 2.0, please see LICENSE for additional details.

About

experimenting with wrapper objects for yaml traversal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.7%
  • Starlark 7.3%