-
Notifications
You must be signed in to change notification settings - Fork 236
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
Number of characters parsed #37
Comments
The parser definitely parses more than 1024 characters! |
Maybe you can describe the problems you are experiencing in more detail. |
I am receiving a json message from a client through a socket which is being Thanks. On Thu, Jun 23, 2016 at 3:18 PM, Max Bruckner [email protected]
|
Could you provide the JSON that causes the error? |
[{"profile_data": [{"uuid": "wgdk", "Profile_ID": "0001", "action": "du", On Thu, Jun 23, 2016 at 9:17 PM, Max Bruckner [email protected]
|
I've just checked. This JSON works just fine (I tested with the Maybe there is a problem with your buffer variable? |
Ok i will check.Thank you so much!
|
Good luck! |
The parser parses only 1024 characters!what if my need to parse more.
The text was updated successfully, but these errors were encountered: