Variable JSONToken.location

The location of the token in the input.

struct JSONToken
{
  // ...
  Location location ;
  // ...
}