I have a unusual problem which I have no idea how to solve.
I have a JSON file, where a application id is stored, namely the following:
\"app_id\": \
I had the same problem here: Simply use phps number_format function, which solves this issue:
$number = "363924477024846"; echo number_format($number, 0, '', ''); // 363924477024846