Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Can someone help me? Json bad string at line 20

{
  "suffix": {},
  "chat": {
    "Depreloid": "local"
  },
  "spy-mode": {
    "Depreloid": true
  },
  "last-pm-interlocutor": {
    "BLACKCAT12321": "Depreloid",
    "Depreloid": "BLACKCAT12321"
  },
  "prefix": {
    "Depreloid": "\u0026c[jfhkj] ",
    "Sovaqa": "\u00266[jrqkrq] ",
    "KorolSombra": "\u0026b [ljwljf] ",
    "BLACKCAT12321": "\u0026b [test] ",
    "Nikof2": "\u00262[Лfkwokfw] ",
    "Yra": "\u00262[fkffkfjfj] ",
    },
}


well, I tried to move brackets) in short, I want to fix the bad string error and that’s it…

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

You need to remove:

{
  "suffix": {},
  "chat": {
    "Depreloid": "local"
  },
  "spy-mode": {
    "Depreloid": true
  },
  "last-pm-interlocutor": {
    "BLACKCAT12321": "Depreloid",
    "Depreloid": "BLACKCAT12321"
  },
  "prefix": {
    "Depreloid": "\u0026c[jfhkj] ",
    "Sovaqa": "\u00266[jrqkrq] ",
    "KorolSombra": "\u0026b [ljwljf] ",
    "BLACKCAT12321": "\u0026b [test] ",
    "Nikof2": "\u00262[Лfkwokfw] ",
    "Yra": "\u00262[fkffkfjfj] "
    }
}

So basically the trailing comma after "Yra": "\u00262[fkffkfjfj] " needs to be removed and the trailing comma at the end of the enclosing object needs to be removed.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading