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

215
Views
Json parse no está procesando datos en la parte delantera usando Node.js y hbs

Lado del servidor:

 app.get("/basket", (req, res) => { fs.readFile("products.json", (err, data) => { if (err) { res.status(500).end() } else { res.render("basket", {products: JSON.parse(data)}) } }) })

JSON:

 { "product_one": [ { "name": "Laptop", "price": 799 } ], "product_two": [ { "name": "Laptop", "price": 799 } ] }

Interfaz:

 <small>Price: £{{products.product_one.price}} </small>

He intentado mostrar el precio en el front-end usando hbs pero no aparece nada

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Recorrer la lista solucionó el problema:

 {{#products}} <small>Price: £ {{price}}</small> {{/products}}
about 4 years ago · Juan Pablo Isaza Report
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!