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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -