Rapture In Venice, LLC

:: Freelance iOS Development & Team Augmentation

RIV Announces RaptureXML for iOS!

I’m so pleased to announce a new project that’s now on GitHub called RaptureXML. It was born from the sheer aggravation using any of the current XML frameworks has caused me — and I’m sure every other iOS developer out there!

The beauty of RaptureXML is the ability to use query paths, which leverage a concise API, to write code like this:

[rxml iterate:@"players.player" with: ^(RXMLElement *e) {
    NSLog(@"Name %@", [e child:@"name"]);
}];

XML processing is not only ridiculously easy with RaptureXML, it’s actually FUN! When’s the last time you said that about XML?! The JSON iOS libraries are getting a little jealous.

The GitHub project has all the documentation you need to get started with RaptureXML right now! Go for it!

  • Print
  • Facebook
  • Twitter

John Blanco

John Blanco is a freelance iOS developer living in Lakewood, Colorado. He's been developing mobile apps for over 15 years, beginning in the medieval days of Java ME and Blackberry and all the way through iPhone and Android! He's led development on dozens of apps across a wide variety of domains such as retail, vision, orthotics, games, sports, and more!

More Posts - Website

Follow Me:
LinkedIn

, , , , , ,

Comments are currently closed.