residuum/PuRestJson

Distinguish between integers and float when adding a value

residuum opened this issue · 0 comments

When adding a value, all numbers are converted to double. Integers should be added as integers, so that [add id 1( results in {"id": 1} as string, but not {"id": 1.000} as now.