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

JSON files are read twice #1

Open
jestarjokin opened this issue Jun 16, 2013 · 0 comments
Open

JSON files are read twice #1

jestarjokin opened this issue Jun 16, 2013 · 0 comments
Labels

Comments

@jestarjokin
Copy link
Owner

JSON files are read twice; once to read a single attribute, "json_type", which is used to dispatch the file to another JSON decoder. This is inefficient.

Two solutions:

  • Use XML instead of JSON. This will allow us to use a SAX parser.
  • Store the "json_type" metadata in a separate file, like the project JSON.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant