Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

205
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!