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
minimal-json is super interesting, and if I knew about it earlier, I probably wouldn't have tried to make my own minimal parser.
However, JsonParse and JsonCompose now exist.
I've compared JsonParse to Jackson, and it outperforms it according to my tests.
Can you add JsonParse to the list of libraries that you compare minimal-json to?
The text was updated successfully, but these errors were encountered:
I'm working on building my own pull request, but it looks like there's some maven issues:
A certificate issue with maven: (https://repo.maven.apache.org/maven2): hostname in certificate didn't match: <repo.maven.apache.org> != <repo1.maven.org> OR <repo1.maven.org>
minimal-json
is super interesting, and if I knew about it earlier, I probably wouldn't have tried to make my own minimal parser.However, JsonParse and JsonCompose now exist.
I've compared
JsonParse
to Jackson, and it outperforms it according to my tests.Can you add
JsonParse
to the list of libraries that you compareminimal-json
to?The text was updated successfully, but these errors were encountered: