summaryrefslogtreecommitdiff
path: root/examples/jsonParser.py
Commit message (Collapse)AuthorAgeFilesLines
* ParseResults.List class to support returning an actual list from a parse ↵ptmcg2020-10-241-13/+51
| | | | action, plus aslist and asdict args to Group and Dict classes to emit native Python types instead of ParseResults; also update repr() output of ParseResults to include the type name instead of just a bare tuple.
* Add make_diagram.py to examples to demonstrate creating railroad diags for ↵ptmcg2020-06-271-3/+3
| | | | selected examples
* Blacken the project (#141)Jon Dufresne2019-10-311-10/+17
|
* Update examples and unit tests to more preferred coding styles, imports for ↵ptmcg2019-01-301-17/+17
| | | | pyparsing_common as ppc and pyparsing_unicode as ppu
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-17/+15
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Move src to rootCengiz Kaygusuz2017-11-201-0/+107