You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
387 B
387 B
In Issue Tracker there is a list of plugins which are planned to be ported.
JSON
Port of JSON plugin.
$jsonString = phpQuery::toJSON( pq('form')->serializeArray() );
$array = phpQuery::parseJSON('{"foo": "bar"}');