tonvanbart / yamlread

Small example on how to read YAML with Jackson databind.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading YAML with Jackson

Minimal demo program showing how to parse a YAML file with Jackson, either the complete file into a Map, a subtree into a Map, or a subtree into some (very minimal) DTO class.

About

Small example on how to read YAML with Jackson databind.


Languages

Language:Java 100.0%