Skip to content
/ nryaml Public

experimenting with wrapper objects for yaml traversal

License

Notifications You must be signed in to change notification settings

nresare/nryaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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.