Registry / serialization / softcreatr-jsonpath

softcreatr-jsonpath

JSON →
library1.0.2phppackagistunverified

JSONPath implementation for parsing, searching and flattening arrays

composer require softcreatr/jsonpath
INSTALL
IMPORT
SIG · SOFTCREATR-JSONPAT
S
softcreatr-jsonpath
serializationphpv1.0.2
harness data pending
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.

JSONPath
use SoftCreatR\JSONPath\JSONPath;

Query a JSON structure using JSONPath expression

use SoftCreatR\JSONPath\JSONPath; $data = ['store' => ['book' => [['title' => 'Book 1']]]]; $result = JSONPath::get($data, '$.store.book[*].title');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
softcreatr-jsonpath — pip install softcreatr-jsonpath · libregistry