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

111
Vistas
JSON.stringify not serializing Extended class props

I have an issue stringifying JavaScript extended class. First, I create MyError class as extension of Error and then try JSON.stringify on a new instance of MyError.

I expect to see .message property of the inherited (Error) class, but stringify only serializes direct attributes of MyError class. See code and output below.

Is there a way to tell stringify to include Error.message? Or an easy workaround to achieve this?

class MyError extends Error {
  constructor(message, hint = "") {
    super(message);
    this.message = message; // attempt to trick .stringify
    this.hint = hint;
  }
}

console.log(JSON.stringify(new MyError("hello world");));

Actual output: {"hint":""}

Desired output: {"message":"hello world","hint":""}

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