This code :
JSON.parse("['Testing avionics, electrical and mission wiring, verifying the correct installation of cabling, solving harness']")
Return this error :
VM2642:1 Uncaught SyntaxError: Unexpected token ' in JSON at position 1
at JSON.parse (<anonymous>)
at <anonymous>:1:6
But this code works perfectly :
var arr = ['Testing avionics, electrical and mission wiring, verifying the correct installation of cabling, solving harness']
So is there a better way to parse than JSON? The only solution I see is to make my own parser.
I'm using google chrome v 66.0.3359.181