String to Json::Value #1295
Replies: 2 comments 3 replies
-
You can just supply the
|
Beta Was this translation helpful? Give feedback.
3 replies
-
you pass the string to the Value constructor
On Fri, May 28, 2021 at 2:07 AM srujanareddybada ***@***.***> wrote:
yes your right but would like to know if there is any possibility or
workaround to convert a string to a Json::value (working on a specific
requirement) any suggestion would be very helpful
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1295 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYXGPDGSBAKLT3BPJK776LTP4XKRANCNFSM45UJDLYA>
.
--
ǝnɥɐuop ʎllıq
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can i convert a string to a Json::Value using this parser - does it have any converter
For ex:
string var;
Json::Value var.tojson() -> anything like this is possible ? or any other altrenative
Beta Was this translation helpful? Give feedback.
All reactions