Skip to content

Commit

Permalink
update(JS): web/javascript/reference/global_objects/json/stringify (#…
Browse files Browse the repository at this point in the history
…1104)

* Update rebuild script

* translation(JS): Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString (#1030)

* translation(JS): Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString

* Apply suggestions from code review

Co-authored-by: Vitalii Perehonchuk <[email protected]>

Co-authored-by: Vitalii Perehonchuk <[email protected]>

* update(JS): web/javascript/reference/global_objects/json/stringify

Co-authored-by: Mykola Myslovskyi <[email protected]>
  • Loading branch information
undead404 and AdriandeCita authored Dec 15, 2022
1 parent 7835f39 commit fadd69a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: JSON.stringify()
slug: Web/JavaScript/Reference/Global_Objects/JSON/stringify
page-type: javascript-static-method
tags:
- JSON
- JavaScript
Expand Down Expand Up @@ -372,5 +373,5 @@ JSON.stringify("\uD800"); // '"\\ud800"'

## Дивіться також

- [Поліфіл сучасної поведінки `JSON.stringify` (символи і як слід сформований юнікод) у складі `core-js`](https://github.com/zloirock/core-js#ecmascript-json)
- [Поліфіл сучасної поведінки `JSON.stringify` (символи і як слід сформований Unicode) у складі `core-js`](https://github.com/zloirock/core-js#ecmascript-json)
- {{JSxRef("JSON.parse()")}}

0 comments on commit fadd69a

Please sign in to comment.