mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
a9c3617b4f
* Decoder Properties * Added properties round trip test * Fixed property decode for github actions * Refactored XML test to use common functions * Switched formatScenario parameter order for more readablity
6 lines
123 B
Properties
6 lines
123 B
Properties
# comments on values appear
|
|
person.name = Mike
|
|
|
|
# comments on array values appear
|
|
person.pets.0 = cat
|
|
person.food.0 = pizza |