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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -