Add the possibility to add new variables to the base object through dot notation. `$d->set('test.test', 'Hello');` Also will need to add `$d->toJson()` method for retrieval of the modified data.
Add the possibility to add new variables to the base object through dot notation.
$d->set('test.test', 'Hello');Also will need to add
$d->toJson()method for retrieval of the modified data.