Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 339 Bytes

File metadata and controls

6 lines (4 loc) · 339 Bytes

pos-json-decoder: A JSON Decoder with document position annotated elements

An adaptation of JSONDecoder that records the document position of every JSON element parsed, which can be accessed via a .jsonpos attribute on the parsed elements.

See the python source for full documentation and usage.