JavaScript Object Notation
- Introducción
- Instalación/Configuración
- Constantes predefinidas
- JsonSerializable — La interfaz JsonSerializable
- JsonSerializable::jsonSerialize — Especifica los datos que deberían serializarse para JSON
- Funciones de JSON
- json_decode — Decodifica un string JSON
- json_encode — Retorna la representación JSON representation del valor dado
- json_last_error_msg — Returns the error string of the last json_encode() or json_decode() call
- json_last_error — Devuelve el último error que ocurrió
There are no user contributed notes for this page.
