I need to convert json string to java object and display it as a long. The json string is a fixed array of long numbers:
{numbers [ 268627104, 485677888, 506
Not smart, but still working method is to add " at the start and at the end of the number. Then after processing is finished, delete it.