Yet another ordering question: char * and parse() #1209
Labels
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
I've looked at the docs, the issues, and how to use the FIFO map. These examples are creating the JSON through assignment to the new type.
I have my JSON data in a regular old
char *
. How can I use the FIFO trick to keep it ordered when creating thenlohmann::json
?The only way I see to get from my
char *
tonlohmann::json
isnlohmann::json::parse()
, but then the FIFO map doesn't work - or am I missing something?Thanks!
The text was updated successfully, but these errors were encountered: