diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/javascript/reference/global_objects/json | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/javascript/reference/global_objects/json')
3 files changed, 6 insertions, 3 deletions
diff --git a/files/es/web/javascript/reference/global_objects/json/index.html b/files/es/web/javascript/reference/global_objects/json/index.html index 2744fb71e5..c065102c2c 100644 --- a/files/es/web/javascript/reference/global_objects/json/index.html +++ b/files/es/web/javascript/reference/global_objects/json/index.html @@ -1,6 +1,6 @@ --- title: JSON -slug: Web/JavaScript/Referencia/Objetos_globales/JSON +slug: Web/JavaScript/Reference/Global_Objects/JSON tags: - JSON - JavaScript @@ -8,6 +8,7 @@ tags: - Object - TopicStub translation_of: Web/JavaScript/Reference/Global_Objects/JSON +original_slug: Web/JavaScript/Referencia/Objetos_globales/JSON --- <div>{{JSRef("Objetos_globales", "JSON")}}</div> diff --git a/files/es/web/javascript/reference/global_objects/json/parse/index.html b/files/es/web/javascript/reference/global_objects/json/parse/index.html index d8816fe8ff..885812b288 100644 --- a/files/es/web/javascript/reference/global_objects/json/parse/index.html +++ b/files/es/web/javascript/reference/global_objects/json/parse/index.html @@ -1,6 +1,6 @@ --- title: JSON.parse() -slug: Web/JavaScript/Referencia/Objetos_globales/JSON/parse +slug: Web/JavaScript/Reference/Global_Objects/JSON/parse tags: - ECMAScript5 - JSON @@ -8,6 +8,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/JSON/parse +original_slug: Web/JavaScript/Referencia/Objetos_globales/JSON/parse --- <div>{{JSRef("Global_Objects", "JSON")}}</div> diff --git a/files/es/web/javascript/reference/global_objects/json/stringify/index.html b/files/es/web/javascript/reference/global_objects/json/stringify/index.html index 13f508d7f7..b4322d1017 100644 --- a/files/es/web/javascript/reference/global_objects/json/stringify/index.html +++ b/files/es/web/javascript/reference/global_objects/json/stringify/index.html @@ -1,12 +1,13 @@ --- title: JSON.stringify() -slug: Web/JavaScript/Referencia/Objetos_globales/JSON/stringify +slug: Web/JavaScript/Reference/Global_Objects/JSON/stringify tags: - JSON - JavaScript - Method - stringify translation_of: Web/JavaScript/Reference/Global_Objects/JSON/stringify +original_slug: Web/JavaScript/Referencia/Objetos_globales/JSON/stringify --- <p>{{JSRef}}</p> |