Reputation: 727
I see a column type of "Object" when I tried to add a new column to a class in the Parse data browser. What is it for and when do I use that?
Upvotes: 2
Views: 925
Reputation: 289
This is a object similar to what you would refer to as type "id" when using variables in Objective-C. It is simply another type of variable that Parse is capable of storing. The type definition is given in this article under the heading "Objective-C Primitives"
Upvotes: 1