apex_json is trimming leading zeros before a decimal and trailing zeros after decimal
I am using below statement to capture a value.
apex_json.get_varchar2(p_path => 'headers[%d].header.curr_ex_rate', p0 => i)
But it is trimming leading and trailing zeros, ex: I get value 0.2340 in json, it is storing the value as .234