Help JSON

Guys i need help. Im trying to GET API result with JSON but if my first row returns an Integer, all my values turn into Int32
EX: VAL: 9
VAL2: 10,5
Convert the JSON into DT VAL1: 9 VAL2:11
Please help me XD

Hola!

Can you please elaborate a bit or maybe provide a sample data so we could help you.

Hi!

Is your problem the fact that the values are not rounded? Can you instead implement the rounding after the API call?