There was an error while loading. Please reload this page.
like this:
{ "v": 0L, "amount": 100L }
I want to unmarshal it to int64, but failed with:
invalid character 'L' after object key:value pair
这种不标准的情况有没有现成的方案来解决?