Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

182
Vistas
How to update this JSON string with \" so it can be JSON.parse()?

So got this JSON string,

{
    "Text": "<?xml version=\"1.0\"</pi>",
    "Type": "Checkin"
}

I need to deserialize it back to an object.

var returnedFileContent = '{"Text": "<?xml version=\"1.0\"</pi>","Type": "Checkin"}';
var test10 = JSON.parse(returnedFileContent);
console.log(test10)

Error:

Unexpected number in JSON at position 25

I know JS doesn't like the \" and it will work if the JSON string is:

{
    "Text": "<?xml version=\\\\\\" 1.0\\\\\\ "</pi>",
    "Type": "Checkin"
}

The problem is how to convert the \" to \\\".

Note: I have no control of the input JSON String.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda