{"id":16462989,"url":"https://github.com/sunaoka/json-unescaped-unicode","last_synced_at":"2025-07-01T13:07:18.986Z","repository":{"id":170490598,"uuid":"646629138","full_name":"sunaoka/json-unescaped-unicode","owner":"sunaoka","description":"Unescape Unicode-escaped JSON","archived":false,"fork":false,"pushed_at":"2025-06-04T00:12:45.000Z","size":1217,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-04T07:56:38.856Z","etag":null,"topics":["json","unescape","unicode","visual-studio-code-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=sunaoka.json-unescaped-unicode","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunaoka.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-29T01:26:42.000Z","updated_at":"2025-06-04T00:12:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ec27d59-e2bb-4226-a4a9-ec2758005148","html_url":"https://github.com/sunaoka/json-unescaped-unicode","commit_stats":null,"previous_names":["sunaoka/json-unescaped-unicode"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/sunaoka/json-unescaped-unicode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunaoka%2Fjson-unescaped-unicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunaoka%2Fjson-unescaped-unicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunaoka%2Fjson-unescaped-unicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunaoka%2Fjson-unescaped-unicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunaoka","download_url":"https://codeload.github.com/sunaoka/json-unescaped-unicode/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunaoka%2Fjson-unescaped-unicode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260148389,"owners_count":22965912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","unescape","unicode","visual-studio-code-extension"],"created_at":"2024-10-11T11:13:03.793Z","updated_at":"2025-06-16T11:08:02.042Z","avatar_url":"https://github.com/sunaoka.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Unescaped Unicode\n\n[![Version](https://img.shields.io/visual-studio-marketplace/v/sunaoka.json-unescaped-unicode)](https://marketplace.visualstudio.com/items?itemName=sunaoka.json-unescaped-unicode)\n[![Test](https://github.com/sunaoka/json-unescaped-unicode/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/sunaoka/json-unescaped-unicode/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/sunaoka/json-unescaped-unicode/branch/main/graph/badge.svg?token=ajoLI328xK)](https://codecov.io/gh/sunaoka/json-unescaped-unicode)\n\n----\n\nUnescape Unicode Escape Sequences in JSON.\n\n## Features\n\n![Features](assets/demo.gif)\n\n## From\n\n```json\n{\n    \"hello\": {\n        \"English\": \"Hello\",\n        \"Japanese\": \"\\u3053\\u3093\\u306b\\u3061\\u306f\",\n        \"Korean\": \"\\uc548\\ub155\\ud558\\uc138\\uc694\",\n        \"Chinese\": \"\\u4f60\\u597d\",\n        \"Arabic\": \"\\u0645\\u0631\\u062d\\u0628\\u0627\",\n        \"Hindi\": \"\\u0928\\u092e\\u0938\\u094d\\u0924\\u0947\",\n        \"Ukrainian\": \"\\u041f\\u0440\\u0438\\u0432\\u0456\\u0442\"\n    }\n}\n```\n\n## To\n\n```json\n{\n    \"hello\": {\n        \"English\": \"Hello\",\n        \"Japanese\": \"こんにちは\",\n        \"Korean\": \"안녕하세요\",\n        \"Chinese\": \"你好\",\n        \"Arabic\": \"مرحبا\",\n        \"Hindi\": \"नमस्ते\",\n        \"Ukrainian\": \"Привіт\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunaoka%2Fjson-unescaped-unicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunaoka%2Fjson-unescaped-unicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunaoka%2Fjson-unescaped-unicode/lists"}