You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'll get back to it after some speed test.
The text was updated successfully, but these errors were encountered: