I got the result set from table in PHP. I have few values as float in this.
In json format it is returning float value in string "12.0", If I am using json_numeric its only returning 12. What is the best way to handle this.