XML or JSON

I’m missing the XML classes in iOS.
Is such thing in the making or do I have to change my mind and go with JSON?

Not sure about the making of XML classes, but IMO going with JSON would be a good move anyway.

JaSON all the way! :wink:

[quote=177997:@Jaap Cammeraat]I’m missing the XML classes in iOS.
Is such thing in the making or do I have to change my mind and go with JSON?[/quote]
XML is a plugin in Xojo, and since we don’t have plugin support yet, they’re not available.

FWIW, JSON is an excellent alternative to XML when you can use it in my opinion. It’s a lot easier for humans to read, and it turns out that the equivalent files are quite a bit smaller, sometimes as much as 25%, and when you compress them using something like gzip you get even more savings.

Thx Greg, I will change :slight_smile: