Hello i want to parse file with structure like this... after name: {} it can be other things with same form. something: {}.
---
NAMES:
first_thing: {}
second_thing: {}
name: {}
Thanks for your answers.
I want to parse it to this form
first_thing
second_thing
name