bigjson icon indicating copy to clipboard operation
bigjson copied to clipboard

json file content utf-8 not load real string

Open TechComet opened this issue 3 years ago • 0 comments

Hi,

I have this json file content but it's not load 金牌综艺 string utf-8

[{
  "name": "金牌综艺",
  "logo": "https://parco-zh.github.io/demo/new3.png",
  "url": "http://121.31.30.91:8081/ysten-business/live/saishijx/1.m3u8",
  "category": null,
  "languages": [
    {
      "code": "zho",
      "name": "Chinese"
    }
  ],
  "countries": [
    {
      "code": "cn",
      "name": "China"
    }
  ],
  "tvg": {
    "id": "JinPaiZongYi.cn",
    "name": null,
    "url": null
  }
}]

TechComet avatar Sep 16 '21 13:09 TechComet