Numbers appear as strings in API v2 JSON data

Numbers appear as strings in API v2 JSON data

Hello.

I have developed an application that retrieves data from Zoho Creator by calling the API.
When I used API v1, all the numbers in JSON data were just numbers (for example, ints), but when I use API v2, numbers are treated as strings, which (in my case) makes v2's JSON incompatible with v1's and therefore renders all the applications that use it completely useless.

Have anyone else had this problem, or am I doing something wrong?

Thanks in advance.