Walking on JavaScript objects trees. Can we do it with JSON or JavaScript like we can while we work with XML? If JavaScript code is written in object oriented way, developer uses instances of objects to manipulate object properties, invoke methods and control objects functionality. However, any object, regardless of the functionality if offers, usually does not exists in vacuum – on thecontrary, instances of objects are related and use each other to perform method calling, obtaining and receiving data and so on.
by
zero1infinity
2007-04-26 04:02
javascript
·
development
·
tree