Variable JSONValue.location

Optional location of the corresponding token in the source document.

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

This field will be automatically populated by the JSON parser if location tracking is enabled.