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

190
Views
Cant get interactive chart with data.json to work?

New to coding keep getting error:
"Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got ']'"

data.json:

[
 {
   "date": 1,
   "state": "Ala",
   "app": " ChristianMingle"
 },
 {
   "date": 2,
   "state": "Alask",
   "app": " Match"
 },
 {
   "date": 3,
   "state": "Ariz",
   "app": "Tinder"
 },
 {
   "date": 4,
   "state": "Arkan",
   "app": "Farmers Only"
 },
 {
   "date": 5,
   "state": "Cali",
   "app": "Tinder"
 },
 {
   "date": 6,
   "state": "Co",
   "app": "Tinder"
 },
 {
   "date": 7,
   "state": "Con",
   "app": "Tinder"
 },
 {
   "date": 8,
   "state": "Del",
   "app": "Tinder"
 },
 {
   "date": 9,
   "state": "Fl",
   "app": "Tinder"
 },{
   "date": 10,
   "state": "Ga",
   "app": "Tinder"
 },{
   "date": 11,
   "state": "Hi",
   "app": "Tinder"
 },
 {
   "date": 12,
   "state": "Ida",
   "app": "Tinder"
 },
];

HTML End of html

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

0

The JSON is a very strict language. You should not use after the last element ,, and should not use ; after the array.
After the , mark, the JSON are waiting for a new list elem (that can be STRING, NUMBER, NULL, TRUE, FALSE, OBJECT(that begins with{),ARRAY(that begins with [),), but get a ].

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!