Data types: Fast JSON
Andrea Giammarchi (contact me)
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 class can also do the opposite, decoding any serialized JSON data sequences into PHP data type values.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (60.7%)
| Good (92.9%)
| -
| -
| -
| -
| Insufficient (39.6%)
| 1668 |
Click here for detailed information about this class on phpclasses.org
Class
FastJSON core class