Add missing macros in README and link to docs for more info#4582
Merged
nlohmann merged 7 commits intonlohmann:developfrom Jan 3, 2025
Merged
Add missing macros in README and link to docs for more info#4582nlohmann merged 7 commits intonlohmann:developfrom
nlohmann merged 7 commits intonlohmann:developfrom
Conversation
Contributor
Author
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @nikhilreddydev |
1d21d0e to
937e650
Compare
Owner
The version when the macro was added should be in the detail pages of the macros (see https://json.nlohmann.me/api/macros/ for an overview). If there is no version mentioned or the version is unknown, just add |
nlohmann
reviewed
Jan 3, 2025
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
This reverts commit 4c9b3ae. Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
5c0f977 to
6365a58
Compare
Owner
|
Thanks! I will adjust the README in #4560. |
Contributor
Author
Sure. |
slowriot
pushed a commit
to slowriot/json
that referenced
this pull request
Jan 10, 2025
…#4582) * Add nav items for serialize macros Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * match order of non-intrusive macros to intrusive macros Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * Add missing macros and link for more info Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * Add @brief macro tags Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * make amalgamate Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * Add since version tags Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * Revert "Add missing macros and link for more info" This reverts commit 4c9b3ae. Signed-off-by: Nikhil <nikhilreddydev@gmail.com> --------- Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
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.
As described in #4260, made below changes
@briefmacro tags...only_serializemacros in documentationPull request checklist
Read the Contribution Guidelines for detailed information.
include/nlohmanndirectory, runmake amalgamateto create the single-header filessingle_include/nlohmann/json.hppandsingle_include/nlohmann/json_fwd.hpp. The whole process is described here.