Documentation for ordered_json
should show proper use of the parse()
function.
#3325
Labels
documentation
release item: 🔨 further change
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
https://json.nlohmann.me/features/object_order/ shows inserting objects in a particular order, but doesn't show how to properly use the
parse()
function to get the same result for existing JSON documents.In particular, it needs to be this:
and not this:
The text was updated successfully, but these errors were encountered: