Unescape json string, which is escaped for json. This is usually necessarry for webscraping.
Go to file
2024-07-02 16:30:25 +02:00
.vscode Initial commit 2024-07-02 12:39:15 +00:00
json_unescape feat: implemented functions 2024-07-02 16:30:25 +02:00
.gitignore Initial commit 2024-07-02 12:39:15 +00:00
LICENSE Initial commit 2024-07-02 12:39:15 +00:00
pyproject.toml feat: implemented functions 2024-07-02 16:30:25 +02:00
README.md Initial commit 2024-07-02 12:39:15 +00:00

Json-Unescape

Unescape json string, which is escaped for json. This is usually necessarry for webscraping.