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

104
Views
How to get JSON object key value pairs to be on its own line

I have a json object stored inside as an object called

job

It renders as

{"amount": " 12185","job": "GAPA","month": "JANUARY","year": "2010"}

I would like to know how to get it to look like this in jsx/javascript

{
    "amount": " 12185",
    "job": "GAPA",
    "month": "JANUARY",
    "year": "2010"
  }

I was looking around and couldnt find anyone asking the same question

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

0

It depends on your ide you are using . If you're using VS code you can install prettier / eslint extention to format it to ES6 automatically on save

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!