mapsight / pulp-json
Handlers for JSON and JSONP decoding and encoding.
v1.0.0
2026-05-22 15:33 UTC
Requires
- php: ^8.2
- ext-json: *
- ext-mbstring: *
- mapsight/pulp: *
- symfony/polyfill-php83: ^1.37
- symfony/polyfill-php84: ^1.37
- symfony/polyfill-php85: ^1.37
Requires (Dev)
- phpunit/phpunit: ^11.0
- roave/security-advisories: dev-latest
README
Extension for the Pulp library to handle JSON and JSONP data.
Features
- JSON Decoding/Encoding: Easily convert between JSON strings and PHP arrays within a Pulp stream.
- JSONP Support: Encode data as JSONP with a configurable callback.
- Error Handling: Robust handling of JSON encoding and decoding errors.