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

208
Vistas
How to display JSON data in HTML table with JavaScript

I have the following JSON. I want to display that data in a table on a webpage. I know that I need HTML and CSS and JS.

{
  "573570990773239938": { "experience": 5045, "level": 6 },
  "570354378200842250": { "experience": 10, "level": 2 },
  "684059419914534932": { "experience": 3050, "level": 4 },
  "740467743601459261": { "experience": 0, "level": 2 },
  "861645951507628062": { "experience": 3000, "level": 6 }  
}

Here is my html. What do I have to add as script(JS)

  <body>
    <table id="rankings-table" class="table">
      <thead>
        <tr>
          <td>Name</td>
          <td>Punkte</td>
          <td>Rang</td>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>Georgi</td>
          <td>3000</td>
          <td>5</td>
        </tr>
        <tr>
          <td>Georgi</td>
          <td>3000</td>
          <td>5</td>
        </tr>
        <tr>
          <td>Georgi</td>
          <td>3000</td>
          <td>5</td>
        </tr>
      </tbody>
    </table>
  </body>
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