-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Support parse std::pair to Json object #563
Copy link
Copy link
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
Milestone
Description
Activity
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
Hi, I really interested with this library. But did you support parse a std::pair to Json object ?
Something like this:
std::pair<std::string,std::string>{"test1","value1"}will have a json object:
{ "test1":"value1"}