Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.