-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
json start/end position implementation #4517
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
02f5bca
Add implementation to retrieve start and end positions of json during…
sushshring 311861f
Add more unit tests and add start/stop parsing for arrays
sushshring 226d79b
Merge branch 'nlohmann:develop' into develop
sushshring b3f6499
Add raw value for all types
sushshring ab744aa
Merge branch 'develop' of https://github.com/sushshring/json into dev…
sushshring d321cdb
Add more tests and fix compiler warning
sushshring 64ad6ce
Amalgamate
e820747
Fix CLang GCC warnings
3629ceb
Fix error in build
b42036b
Style using astyle 3.1
2575678
Fix whitespace changes
9de6ed1
revert
3bbca5e
more whitespace reverts
fa32e81
Address PR comments
b806d44
Fix failing issues
7d662ec
More whitespace reverts
3625875
Address remaining PR comments
9359441
Address comments
79e6513
Merge remote-tracking branch 'nlohmann/develop' into develop
a31d8b8
Switch to using custom base class instead of default basic_json
1d70d2b
Adding a basic using for a json using the new base class. Also addres…
814f367
Address decltype comments
4986e99
Diagnostic positions macro (#4)
sushshring b96a5d1
Fix missed include deletion
4406594
Add docs and address other PR comments (#5)
sushshring 8c67186
Address new PR comments and fix CI tests for documentation
6c04575
Update documentation based on feedback (#6)
sushshring 3d425d6
Merge branch 'develop' into develop
sushshring 94505ba
Address std::size_t and other comments
556ab6b
Fix new CI issues
7f599cf
Fix lcov
5592cb3
Improve lcov case with update to handle_diagnostic_positions call for…
920e9a7
Fix indentation of LCOV_EXCL_STOP comments
sushshring aa14b15
fix amalgamation astyle issue
c4d1091
Merge remote-tracking branch 'nlohmann/develop' into develop
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.