You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I'm trying to use this parser along with OneSignal (push notifications) and I'm having a little trouble. It doesn't help that I'm completely new to C++ but I was wondering if you could give me a little point in the right direction. The data I'm trying to parse looks like this:
{
"coinsAdded": "10",
"sound": "default",
"title": "test"
}
and it's in a const char* called additionalData.
Any help you guys could give would be awesome.
Thanks, and great work!
The text was updated successfully, but these errors were encountered:
That did it, sorry for the simplicity of my question, C++ just isn't my field at all. But you guys have done some great work here and the library works beautifully.
Hey guys, I'm trying to use this parser along with OneSignal (push notifications) and I'm having a little trouble. It doesn't help that I'm completely new to C++ but I was wondering if you could give me a little point in the right direction. The data I'm trying to parse looks like this:
{
"coinsAdded": "10",
"sound": "default",
"title": "test"
}
and it's in a const char* called additionalData.
Any help you guys could give would be awesome.
Thanks, and great work!
The text was updated successfully, but these errors were encountered: