From e00017f7b87d7db56b7a86c1a4e14e91cfe27dcc Mon Sep 17 00:00:00 2001 From: Kruithne Date: Fri, 5 May 2023 20:54:54 +0100 Subject: Add missing JSON API to Web APIs page (#2799) * Add missing JSON API to Web APIs page Unless I'm missing something obvious, it appears that Bun has the JSON API (`stringify`/`parse`) but is not listed anywhere in the documentation. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON * Include JSON in global docs --- docs/runtime/web-apis.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/runtime/web-apis.md') diff --git a/docs/runtime/web-apis.md b/docs/runtime/web-apis.md index 8ebc070b8..82108de31 100644 --- a/docs/runtime/web-apis.md +++ b/docs/runtime/web-apis.md @@ -36,6 +36,11 @@ The following Web APIs are partially or completely supported. --- +- JSON +- [`JSON`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) + +--- + - Timeouts - [`setTimeout`](https://developer.mozilla.org/en-US/docs/Web/API/setTimeout) [`clearTimeout`](https://developer.mozilla.org/en-US/docs/Web/API/clearTimeout) -- cgit v1.2.3