<?php $json = substr('Plugin ( { "plugin_a":"abc", "plugin_b":"abc", "plugin_c":"abc" } )', 9, -1); print_r(json_decode($json));