forked from TobiaszCudnik/phpquery
-
Notifications
You must be signed in to change notification settings - Fork 65
PluginsClientSidePorts
didier Belot edited this page Mar 6, 2018
·
1 revision
In Issue Tracker there is a list of plugins which are planned to be ported.
Port of JSON plugin.
$jsonString = phpQuery::toJSON( pq('form')->serializeArray() );
$array = phpQuery::parseJSON('{"foo": "bar"}');