/array-undot

Normalize PHP arrays with dotted-string keys. ['a.b' => 'c'] ==> ['a' => ['b' => 'c']]

Primary LanguagePHPMIT LicenseMIT

No issues in this repository yet.