phemellc / yii2-settings

Yii2 Settings Module
Other
151 stars 74 forks source link

Feature/auto decode json #72

Closed schmunk42 closed 6 years ago

schmunk42 commented 6 years ago

fixes #32

Currently get() an a type object returns a StdClass with a property scalar which only contains the JSON as a string. When setting autoDecodeJson to true, the getter returns a PHP array.

arisk commented 6 years ago

Looks good thanks!

schmunk42 commented 6 years ago

Would be cool to get a 0.6-beta1 with the latest updates.

arisk commented 6 years ago

https://github.com/phemellc/yii2-settings/releases/tag/0.6-beta1 Done