window.ENTITIES={'/api/snippets/javascript/js%20convert%20json%20text%20to%20array':[{"result":true,"message":null,"batch":{"type":"javascript","name":"js convert json text to array","items":[{"id":"1X3V8j","type":"javascript","name":"js convert JSON text to array","content":"function parseArray(json) {\n var array = JSON.parse(json);\n\n if(array instanceof Array) {\n return array;\n }\n\n throw new Error('Incorrect type!');\n}\n\n// Example:\n\nvar json = '[1, 2, 3]';\nvar array = parseArray(json);\n\nconsole.log(array); // 1,2,3","source":"https://dirask.com/posts/JavaScript-how-to-convert-json-text-to-array-variable-gprd51","author":{"id":"7ad4pa","name":"Palpys","avatar":"1629142763139__7ad4pa__w40px_h40px.jpg","points":764,"role":"BASIC"},"creationTime":1634755897000,"updateTime":1634755999000,"removalTime":null}]}}]};