Burgov / KeyValueFormBundle

A form type for managing key-value pairs
MIT License
44 stars 32 forks source link

nesting KeyValues #29

Open frechina opened 7 years ago

frechina commented 7 years ago

Hi,

Does KeyValue support nesting? I mean, can it deal with nested key-value array like the following?

["someKey" => ["someOtherKey" => "someOtherValue"],
"someKey2" => "someValue2"]