Consider JSON blob ``` [1, 2, 3] ``` The spans from `getTokenLocation` to `getCurrentLocation` when sitting on each `VALUE_NUMBER_INT` are currently ``` 1 , 2 , 3 ``` I would expect them to each be 1-char wide, i.e. ``` 1 2 3 ``` Is this expected/per-spec?