From b8f93a9ac1348d3718391242220b81e574dc3649 Mon Sep 17 00:00:00 2001 From: Eaielectronic <164761054+Eaielectronic@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:17:20 +0100 Subject: [PATCH] Update index.html --- Cours/JSON/index.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Cours/JSON/index.html b/Cours/JSON/index.html index 58367ca..62a2f1b 100644 --- a/Cours/JSON/index.html +++ b/Cours/JSON/index.html @@ -133,14 +133,7 @@

Introduction à JSON (JavaScript Object Notation)

Comprendre et manipuler JSON dans vos applications.

- +
@@ -160,7 +153,7 @@

1. Introduction à JSON

Pourquoi utiliser JSON ?

- +
  • Simplicité : JSON est facile à comprendre et à écrire.
  • Portabilité : JSON est indépendant de la plateforme.
  • @@ -249,6 +242,15 @@

    4.3 En Python