Part 1 – Yaml Basic knowledge
YAML (YAML Ain’t Markup Language) is widely used for serialization and deserialization— which means converting data structures or object state into a format that can be stored or transmitted and then reconstructed later. Its work in declarative format. Example array data i want to convert to list..and this thing is not possible directly so we […]
Part 1 – Yaml Basic knowledge Read More »