nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

Convert none array type to array type only works with primitive types #63

Open nathanday opened 11 years ago

nathanday commented 11 years ago

The problem is we are then trying to set properties of the container array, we need to add the array and then the object but then remember to pop both.