diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/javascript/reference/global_objects/json | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/json')
3 files changed, 6 insertions, 3 deletions
diff --git a/files/fr/web/javascript/reference/global_objects/json/index.html b/files/fr/web/javascript/reference/global_objects/json/index.html index ecc67a2d86..3d9e54be04 100644 --- a/files/fr/web/javascript/reference/global_objects/json/index.html +++ b/files/fr/web/javascript/reference/global_objects/json/index.html @@ -1,6 +1,6 @@ --- title: JSON -slug: Web/JavaScript/Reference/Objets_globaux/JSON +slug: Web/JavaScript/Reference/Global_Objects/JSON tags: - JSON - JavaScript @@ -8,6 +8,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/JSON +original_slug: Web/JavaScript/Reference/Objets_globaux/JSON --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/json/parse/index.html b/files/fr/web/javascript/reference/global_objects/json/parse/index.html index 9161bc2ee2..36db490fd6 100644 --- a/files/fr/web/javascript/reference/global_objects/json/parse/index.html +++ b/files/fr/web/javascript/reference/global_objects/json/parse/index.html @@ -1,6 +1,6 @@ --- title: JSON.parse() -slug: Web/JavaScript/Reference/Objets_globaux/JSON/parse +slug: Web/JavaScript/Reference/Global_Objects/JSON/parse tags: - ECMAScript 5 - JSON @@ -8,6 +8,7 @@ tags: - Méthode - Reference translation_of: Web/JavaScript/Reference/Global_Objects/JSON/parse +original_slug: Web/JavaScript/Reference/Objets_globaux/JSON/parse --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/json/stringify/index.html b/files/fr/web/javascript/reference/global_objects/json/stringify/index.html index 2243d898f3..9acc063ea2 100644 --- a/files/fr/web/javascript/reference/global_objects/json/stringify/index.html +++ b/files/fr/web/javascript/reference/global_objects/json/stringify/index.html @@ -1,12 +1,13 @@ --- title: JSON.stringify() -slug: Web/JavaScript/Reference/Objets_globaux/JSON/stringify +slug: Web/JavaScript/Reference/Global_Objects/JSON/stringify tags: - JSON - JavaScript - Méthode - Reference translation_of: Web/JavaScript/Reference/Global_Objects/JSON/stringify +original_slug: Web/JavaScript/Reference/Objets_globaux/JSON/stringify --- <div>{{JSRef}}</div> |