Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing the structure of the resulting dict #93

Merged
merged 1 commit into from Apr 15, 2015

Commits on Apr 15, 2015

  1. Showing the structure of the resulting dict

    This visualization helped me understand what was going on better than the lines of code in the existing example. Perhaps it's also worth mentioning in the readme that `OrderedDict` is what's returned from from `parse` and we're serializing to json because `pprint` does not work with OrderedDict.
    ubershmekel committed Apr 15, 2015
    Copy the full SHA
    09fb3eb View commit details
    Browse the repository at this point in the history