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
the string format is: "[{xxxx},{xxxx},{xxxx},{xxxx},{xxxx}......]"
It seems that jsoncpp only can process string like this format: {xxxx}
so I can't parse this string.
I had deal with this problem by regex like this:
the code is not complete,when the code meet a json in json, like this:{ A , B , { C , D } , { E } , F }, I think the code will get wrong result.
But i will make it work well.
can I add this function to jsoncpp?
The text was updated successfully, but these errors were encountered:
In my project,I meet a problem.
the string format is: "[{xxxx},{xxxx},{xxxx},{xxxx},{xxxx}......]"
It seems that jsoncpp only can process string like this format: {xxxx}
so I can't parse this string.
I had deal with this problem by regex like this:
the code is not complete,when the code meet a json in json, like this:{ A , B , { C , D } , { E } , F }, I think the code will get wrong result.
But i will make it work well.
can I add this function to jsoncpp?
The text was updated successfully, but these errors were encountered: