I have a string format (with custom indicators) to parse, following is the sample.
@Parent
%ParentAttribute1
%ParentAttribute2
@Child1
%ChildAttribute1
%ChildAttribute2
/Child1
.
.
.
/Parent
But there is no indicator for defining child array. It is more likely DataTable in .NET.
Since we do not have Data Table in iOS, I would like to parse and create CF Objects.