diff --git a/README.md b/README.md index e8a64ca2..3f7aed3f 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Here is what we have so far: * Building and Reading YAML Streams, integrated with Java 8's Stream API ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/YAML-Streams)); * Java Beans to YAML ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Java-Bean-To-YAML)); * YAML Visitor ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/YAML-Visitor)); +* Flow-style/JSON-Like representation; * Others: - Clear and detailed Exceptions. For instance, in the case of bad indentation, it will tell you exactly which line is problematic and why. - Fully encapsulated. The user works only with a few Java Interfaces. @@ -67,7 +68,6 @@ Here is what we have so far: Here is what we're **still missing and working on**: -* Flow and Recursive representation * Aliases and anchors * YAML to Java Bean