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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -