Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
one: two: three: four: "[some.property]": true five: "[some.another.property]": true
four: "[some.property]": true "[another.property]": false
four: some: property: true another: property: false
echo '"[some.property, another.property]": true' |ruby -ryaml -rjson -rpp -e 'pp(YAML.load(ARGF))'
{ "[some.property, another.property]" =>true }
some.property
another.property