How to convert string into decimal number in JSON?

I connect my JSON module to google sheet but there is a problem that when i insert a decimal number JSON read it as a string how to solve it that JSON convert it into original decimal number??

Hi @Abdullah_Shahbaz and welcome to the Make Community!

How are you creating the JSON? If you are using a structure, you should be able to say that a value is a number. This is an example with a Create JSON module:

Another option is to parse the string using the parseNumber() function and insert that number in the Google SHeets module:

Hope that helps,

L