Trying to use parse.com.
Tiggzi: Input field which accept only numbers
Parse.com: Class with field type set to number
When I test the API by entering a number in the number field, I get the response
Server response:
{
"error": "invalid type for key balance, expected number, but got string",
"code": 111
}
How do I make sure that the number value entered is sent as number and not as a string?