Search by

mapsight / pulp-json

pjeweb

Handlers for JSON and JSONP decoding and encoding.

v1.0.2 2026-06-26 18:33 UTC

This package is auto-updated.

Last update: 2026-09-04 10:20:06 UTC


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.