Skip to content

Commit

Permalink
docs(json): Remove old bug (now fixed) from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSavefrogs committed Feb 12, 2024
1 parent 4f26433 commit 917a1b0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/polyfills/json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,6 @@ These are some known bugs that will be fixed in the next releases:
- THIS : '"ặ £"'
```

- Has some problems with **backslashes** (e.g. `\n` is not converted to `\\n`).
```pycon
>>> json.loads(r'"\" \\ \/ \b \f \n \r \t"')
- ORIGINAL: '" \\ / \x08 \x0c \n \r \t'
- THIS : '" \\ / \x08 \x0c \n \r \t'

>>> json.dumps('" \\ / \x08 \x0c \n \r \t')
- ORIGINAL: '"\\" \\\\ / \\b \\f \\n \\r \\t"'
- THIS : '"\\" \\\\ / \x08 \x0c \n \r \t"'
```

## Resources

- [JSON specification](https://www.json.org/json-en.html)
Expand Down

0 comments on commit 917a1b0

Please sign in to comment.