bartificer / programming-by-stealth

Resources for the Programming By Stealth blog/podcast series at https://bartb.ie/pbs.
MIT License
23 stars 17 forks source link

PBS135 line 130: invalid json? #59

Open hepabolu opened 2 months ago

hepabolu commented 2 months ago

Content

{
  "name": "pbs135a-joiner",
........
  "keywords": [
    "JavaScript",
    "Jest",
    "Programming",
    "by",
    "Stealth",
    "Example"
  ],
  "author": "Bart Busschots",
  "license": "ISC",
  x
}

Issue

the last 'x' is invalid JSON. Further investigation shows the change in 13cff00

Question

Is this intentional or an accident?