COMP: Update jsonxx to latest TransitApp/jsonxx#98
Open
thewtex wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
Open
COMP: Update jsonxx to latest TransitApp/jsonxx#98thewtex wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
thewtex wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
Conversation
jhlegarreta
reviewed
May 29, 2024
Member
jhlegarreta
left a comment
There was a problem hiding this comment.
Thanks for doing this Matt.
Member
Author
|
I think we need to move to a different JSON library -- the existing one fails to build with MSVC and is not maintained. |
Contributor
This one is really famous: https://github.com/nlohmann/json, it seems great to use, but slow performance (not sure about our requirements). The fastest is simdjson: https://github.com/simdjson/simdjson/#performance-results |
Member
Author
|
:Ooo:, simdjson looks nice! I am also finding glaze: https://github.com/stephenberry/glaze Claims to be faster than simdjson, but requires C++20. Has a neat reflection API. |
Merged
b9f6c33 to
0b5ad20
Compare
Update vendored jsonxx to TransitApp/jsonxx master (eede690, 2025-11-24) which includes an includes cleanup removing cassert from the header. The original hjiang/jsonxx repo (v1.0.1) has not been updated since 2021; TransitApp fork is the actively maintained continuation. Replace GCC case range extension with individual case labels for MSVC. Applied clang-format 19.1.7 to match project style.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update vendored jsonxx from hjiang/jsonxx v1.0.1 (2021) to TransitApp/jsonxx master (eede690, 2025-11-24). TransitApp's fork is the actively maintained continuation with includes cleanup and bug fixes.
Changes
cassertmoved out of header,string_viewsupport added, general code improvements.'0'...'9') with individual case labels for MSVC compatibility.Previous review comments
14from CMake standard comment — already addressed on master via earlier PRs.