From bdd070568446ae39113127365e644d2674cbcacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20A=2E=20=F0=9F=87=B7=F0=9F=87=B4=F0=9F=87=A9?= =?UTF-8?q?=F0=9F=87=AA=F0=9F=87=AC=F0=9F=87=A7=F0=9F=87=AB=F0=9F=87=B7?= Date: Mon, 22 Apr 2024 19:59:50 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f7aed3f..957a042d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ See the [Block Style Yaml](https://github.com/decorators-squad/eo-yaml/wiki/Bloc Here is what we have so far: * Building and Reading Block YAML ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Block-Style-YAML)); +* Flow-style/JSON-Like representation; * Support for Folded and Literal Block Scalars ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Folded-and-Literal-Block-Scalars)); * Convenience Type-Casting Methods ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Convenience-Type-Casting-Methods)); * Editing of YAML ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Easy-Extension-Via-Interfaces#edit-yaml)); @@ -58,7 +59,6 @@ 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.