-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
pointer to json parse vector #711
Comments
|
First, you could use |
Now:
I don't have errors in this program but server shows mi error:
|
Your input to the |
I'm not sure what you mean but my json file looks like this:
|
Well the parser exception says the first read character is |
On server side bafore json error:
So some ^%&(( are sending. |
As Niels and Theo have pointed out, it is most likely that |
If it's expecting json, you probably want:
|
@kessero Any news on this? |
Thnx gregmarr solve my problem i have to read what dump do in doc but works. Sorry for late response |
My main:
In general I want to send the contents of the file.json file to the server which accepts data in json format.
J_vec shows - [192,0,0,1,0,0,1,0,84,76,126]
Pv.size shows 11 elements and this is OK
pv shows 0
and n returns bad address?
I can skip the vector in the program and send the data directly form file.
The text was updated successfully, but these errors were encountered: