store.js
store.js copied to clipboard
myJsonConverter function was applied to output of createStore function
trafficstars
How to fix it
To solve this problem, the explanations related to it were read first. After studying the code, searching, researching and developing (R&D) about this problem, it was finally solved as follows: First, Double quotation was converted to single quotation using regex format. Then the Parse function was used for this conversion.
Erfan Kamalian web programming course -- Sharif University of Technology