Parse JSON. The iter function is a callback that fires for every element in
the JSON document. Elements include all values and tokens. The ‘start’ and
‘end’ params are the start and end indexes of their respective element,
such that json[start..end] will equal the complete element data. The ‘info’
param provides extra information about the element data.