prokat/api/soft/phpQuery-master/wiki/PluginsClientSidePorts.md
2025-06-16 18:28:08 +05:00

387 B
Executable File

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"}');