Fast JSON: Encode and decode PHP values in JSON format - PHP Classes
This class can be used to encode and decode PHP data type values in JSON (Javascript Object Notation) format. It can take a value of any PHP data type and serialize it as a JSON string. Non-ASCII characters are encoded as Unicode escape sequences. The ......