Skip to content

Commit d98088b

Browse files
committed
Conflict fixed on "JSON methods, toJSON" page in french language
1 parent 02e640e commit d98088b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

1-js/05-data-types/12-json/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -451,11 +451,7 @@ let json = `{
451451

452452
En outre, JSON ne prend pas en charge les commentaires. L'ajout d'un commentaire à JSON le rend invalide.
453453

454-
<<<<<<< HEAD
455-
Il y a un autre format nommé [JSON5](http://json5.org/),qui autorise les clés non commentées, les commentaires, etc. Mais il s’agit d’une bibliothèque autonome, pas dans la spécification du langage.
456-
=======
457-
There's another format named [JSON5](https://json5.org/), which allows unquoted keys, comments etc. But this is a standalone library, not in the specification of the language.
458-
>>>>>>> 5dff42ba283bce883428c383c080fa9392b71df8
454+
Il y a un autre format nommé [JSON5](https://json5.org/),qui autorise les clés non commentées, les commentaires, etc. Mais il s’agit d’une bibliothèque autonome, pas dans la spécification du langage.
459455

460456
Le JSON standard est très strict, non pas parce que ses développeurs sont paresseux, mais pour permettre une implémentation facile, fiable et très rapide de l'algorithme de conversion.
461457

0 commit comments

Comments
 (0)