XML

Out of context: Reply #10

  • Started
  • Last post
  • 14 Responses
  • fugged0

    Not meaning to complicate things, but you might also want to look into JSON. I use the as3corelib (http://code.google.com/p/as3cor... for serialization/deserialization. It's got a lot of extra goodies too.

    I choose JSON over XML anytime that I can. So much easier to deal with. But - it always depends on the project and the requirements I guess.

    If you're unfamliar with JSON, it stands for JavaScript Object Notation. It's easy to read, easy to write and makes accessing your loaded data so much easier since you'll be dealing with a native AS object.

    On the other hand, XML and E4X are super kick ass...

    I'm totally gonna shut up now... sorry. just ignore me.

    • been messing with Flex? Tis a beautiful code being.

      akoni

View thread