Skip to content

Commit

Permalink
Create json.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SidVal authored Oct 6, 2023
1 parent ba2d102 commit 7c0a7cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/c/js/json.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# JSON

JavaScript Object Notation (JSON) es un formato basado en texto estándar para representar datos estructurados en la sintaxis de objetos de JavaScript. Es comúnmente utilizado para transmitir datos en aplicaciones web (por ejemplo: enviar algunos datos desde el servidor al cliente, así estos datos pueden ser mostrados en páginas web, o vice versa). Se enfrentará a menudo con él, así que [este artículo](https://developer.mozilla.org/es/docs/Learn/JavaScript/Objects/JSON) le entrega todo lo que necesita saber para trabajar con JSON utilizando JavaScript, incluyendo el análisis JSON para acceder a los datos en su interior, y cómo crear JSON.

## Lecturas
- https://developer.mozilla.org/es/docs/Learn/JavaScript/Objects/JSON

0 comments on commit 7c0a7cd

Please sign in to comment.