Get double from string

I am using below query

select TONUMBER(“1.10”)

it is giving output as 1.1 but i am expecting as 1.10

Is it possible to get as expected ?

JSON doesn’t have double,float, integer. It has only number. N1QL doesn’t have format specifier for number. Even if you did it will change by JSON format. You can do that in application or use string.