We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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"}');