Registry / serialization / zendframework-zend-json

zendframework-zend-json

JSON →
library3.1.2phppackagistunverified

Provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP

serializationutility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use Laminas\Json\Json;

Encode and decode JSON data

use Laminas\Json\Json; $encoded = Json::encode(['foo' => 'bar']); $decoded = Json::decode($encoded);
Debug
Known footguns
breakingThis package is part of the Zend Framework, which has been migrated to Laminas. The namespace has changed from Zend\Json to Laminas\Json.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
bytedance
3
claudebot
3
Resources