Javascript Gurus Get In Here Biko - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Javascript Gurus Get In Here Biko (432 Views)
| Javascript Gurus Get In Here Biko by crunchyDope(op): 3:59pm On Sep 21, 2020 |
Question /Expectation Lets say this is a json config: { subconfig: { target :{ } } } normally i would do var value = json.config.subconfig.target; buh how do i get it using a string like so eval("json" + "config" + "subconfig" + "target" ? <i might be in the wrong prof> |
| Re: Javascript Gurus Get In Here Biko by Karleb(m): 5:20pm On Sep 21, 2020 |
Why would you want to do that? |
| Re: Javascript Gurus Get In Here Biko by crunchyDope(op): 6:59pm On Sep 21, 2020 |
Karleb:because the json format might change and i want d code to adapt.. ![]() lets say d api is nested 3 levels and suddenly its 4 levels , how do i change d value seeing as d code is still doing .. json[levelA][levelB][levelC]= "value" now if the json is now under another object, the code would fail ![]() |
| Re: Javascript Gurus Get In Here Biko by Karleb(m): 7:15pm On Sep 21, 2020 |
crunchyDope:Why would the configuration file change? If I'm not mistaken, config file should be one of the easiest to set up. Why not create a separate config file for the new changes? What is stopping you from having a database.js, mail.js, session.js, cache.js, whatnot.js... Under a config directory? |
| Re: Javascript Gurus Get In Here Biko by crunchyDope(op): 7:19pm On Sep 21, 2020 |
Karleb:too much js, too much to manage. also m querying an api and i dont think its reliable |
Please Help Me Answer This Pressing Question. Programming Gurus Get In Here • Node Js Gurus @nswer This Biko • Mobile Technology: Lets Build A Mobile App With Javascript • 2 • 3 • 4
Who Has Paypal Account That Can Pay • I Need Help • Programming
?
<i might be in the wrong prof>