Parse any json in javascript -
i want parse json in javascript (react more exactly) , put in big object (to show on ui , modify before put again in json) don't know how !
i tried var data = require("./test.json"); var jsonstring = json.stringify(data); after don't know how parse correctly file,i can't name programaticaly properties in array impossible parse manually..
i precise don't know json content can't pre-build object. thank you answers ! :)
Comments
Post a Comment