Skip to content

Commit 948c470

Browse files
committed
readme
1 parent 182a06f commit 948c470

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ The third way is to write our own key-value structure and design it to be sequen
1313

1414
This transformer gives us the 3rd path.
1515

16+
### Features
17+
- [ ] Json to Node
18+
- [x] Yaml to Node
19+
- [ ] Xml to Node
20+
21+
1622
### What will this process bring us?
1723

1824
Our structure will hold the next, previous and parent objects along with the key/value. In this way, we will have the opportunity to move on the struct. We can also customize this struct as we want by adding the methods we want.

0 commit comments

Comments
 (0)