25 Sep
2020
25 Sep
'20
6:18 p.m.
On Fri, 25 Sep 2020 at 15:17, Alexander Grund via Boost
To add to that: JSON is essentially JavaScript based. JavaScript had long time no ints, only doubles. And the new BigInt can't be converted to JSON
So to answer the question: Yes your only option is to pass it as string. Otherwise it is foremost non-portable.
JSON is not JavaScript and JavaScript is not JSON.