[EDIT] README.md

parent 86ff2c81
...@@ -10,24 +10,25 @@ ...@@ -10,24 +10,25 @@
## Servlets ## Servlets
- Respuestas - Respuestas
Ejemplo: Ejemplo:
```json
{ ```json
status : true, {
message : "mensaje", status : true,
data : { message : "mensaje",
"usuarios" : [ data : {
{ "id" : 1, "nombre" : "Nombre1", "contrasenia" : "pass1" }, "usuarios" : [
{ "id" : 2, "nombre" : "Nombre2", "contrasenia" : "pass2" } { "id" : 1, "nombre" : "Nombre1", "contrasenia" : "pass1" },
] { "id" : 2, "nombre" : "Nombre2", "contrasenia" : "pass2" }
} ]
} }
``` }
```
| **Parametro**| **Tipo**| **Descripción**| | **Parametro**| **Tipo**| **Descripción**|
| ------ | :------: | ------ | | ------ | :------: | ------ |
| status | *boolean* | | status | *boolean* |
| message | *String* | | message | *String* |
| data | *JSONObject* | | data | *JSONObject* |
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment