PHP JSON Functions
From w3cyberlearnings
# | JSON Function | Description |
---|---|---|
1 | json_decode | Decodes a JSON string. |
2 | json_encode | Returns the JSON representation of a value. |
3 | json_last_error | Returns the last error occurred. |