number type splitted to integer (int64_t) and float (double)

This commit is contained in:
2024-01-01 20:44:45 +02:00
parent 6e85ed7602
commit 789c9706f3
6 changed files with 84 additions and 20 deletions

View File

@@ -1 +1 @@
{"id":-123, "name" : "qwerty", "exists": true}
{"id":-123, "name": "qwerty", "size": -12345E3, "exists": true, "intarr": [ 11E1, 12, 13 ]}