mapsight/pulp-json

Handlers for JSON and JSONP decoding and encoding.

Maintainers

Package info

github.com/open-mapsight/pulp-json

Homepage

Issues

pkg:composer/mapsight/pulp-json

Statistics

Installs: 0

Dependents: 3

Suggesters: 0

Stars: 0

v1.0.0 2026-05-22 15:33 UTC

This package is auto-updated.

Last update: 2026-05-22 15:56:36 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.