Registry / serialization / flow-jsonpath

flow-jsonpath

JSON →
library0.5.0phppackagistunverified

JSONPath implementation for parsing, searching and flattening arrays

composer require flow/jsonpath
INSTALL
IMPORT
SIG · FLOW-JSONPATH
F
flow-jsonpath
serializationphpv0.5.0
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 Flow\JSONPath\JSONPath;

Query a JSON-like array using JSONPath.

<?php use Flow\JSONPath\JSONPath; $data = ['stores' => [['name' => 'Store1']]]; $result = (new JSONPath($data))->find('$.stores[*].name'); print_r($result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
flow-jsonpath — pip install flow-jsonpath · libregistry