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

174
Views
How to note data source in a data JSON file?

I have a few data JSON files similar to this and I want to include a line to note the sources as simple as //source: Cambodia Department of Injustice but JSON files should contain only data.

Should should it be done?

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

0

If you can change the data structure slightly, you could add a level for metadata:

{
    "metadata": {
        "source": "Cambodia Department of Justice",
        "source-date": "2015-12-15",
        "note": "Ha ha made you look"
    },
    "countries": {
        "USA": { some data }
        "Canada": { Some data }
    }
}

This is cleaner than use a fake "non-data" country.

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!