Skip to content

std::string to JSON parsing #2450

Answered by nlohmann
cxxboy asked this question in Q&A
Oct 28, 2020 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You can just call auto parse_json = json::parse(INPUT_TEXT);. The callback is optional, and you may only need it if you want to filter values while parsing.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nlohmann
Comment options

Answer selected by nlohmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants