<?php $test = [ "id" => "test", "name" => "Test", "isActive" => 0 ]; $data = serialize($test); var_dump($data, unserialize($data));
You have javascript disabled. You will not be able to edit any code.