Skip to content

json_reformat.py example uses parse_complete instead of complete_parse #23

@troyjfarrell

Description

@troyjfarrell

In the json_reformat.py example, the ContentHandler defines the parse_complete method:

def parse_complete(self):
if not stream:

In yajl_parse.py, it appears that the method should be complete_parse:

yajl-py/yajl/yajl_parse.py

Lines 125 to 126 in ba54a7d

def complete_parse(self):
''' Called when the parsing of the stream has finished '''

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions