Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it necessary to add a function that filters out json format strings? #1536

Open
ZhengXuan-Xie opened this issue May 21, 2024 · 0 comments

Comments

@ZhengXuan-Xie
Copy link

ZhengXuan-Xie commented May 21, 2024

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:
1716298570192
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant