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

a comment added to explain the use of HashMap #347

Merged
merged 2 commits into from
Jun 12, 2017
Merged

Commits on Jun 8, 2017

  1. a comment added to explain the use of HashMap

    to avoid misconception of contributors about using HashMap to implement
    a JSON object as a unordered collection by the definition
    ttulka committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    d0f5607 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. comment added to explain the reason that JSON object is unordered

    to avoid implementators' misconceptions and tries to reimplement the
    JSON object to keep the elements order
    ttulka committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    246350b View commit details
    Browse the repository at this point in the history