parse.com - Parse setting explicit type using REST -
i know can set date field explicitly so:
"date_brewed":{ "__type":"date", "iso":"2009-10-15t00:00:00.000z" }
but there anyway explicitly set column type of 'number' using rest? instance, i'd set column 'batch_size' number instead of string when post'ing via rest keeps getting created string type column.
meh, more of perl issue parse issue.
what had tell perl treat number actual number add 0 value. :/
Comments
Post a Comment