Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 340 Bytes

File metadata and controls

9 lines (6 loc) · 340 Bytes

Pulp JSON

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.