-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
I'm using jsonformoderncpp as a simple intermediary to traverse json and store it in another hierarchical format. All I need is strings for every key/value pair, regardless of their type. I use dump, which works as expected, but it adds escaped quotes to values.
Is their a way to get values "as is" without escaped quotes? get<std::string> can't work as it checks the json type is actually a string.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation