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

Looking for replacement for underlying parsing library, or write one #1

Open
yookoala opened this issue Dec 7, 2016 · 0 comments
Open

Comments

@yookoala
Copy link
Contributor

yookoala commented Dec 7, 2016

To improve speed of the library, I am considering to use a different library for underlying decode (instead of encoding/json).

Currently comparing these libraries:

There are 3 main concerns:

  • I don't want any extra steps before using lzjson for decoding (or else how can I be lazy)
  • One key feature I wanted was to unmarshal any node in JSON to struct (especially nested) and array of struct. That way I can quickly read a list of struct easily.
  • The library needs to support default JSON library tagging for struct unmarshaling. Or I have to write extra reflection code to do so.

I'll get back to it after some speed test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant