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

Json Formatting issue sending over http post request #312

Open
TobyNorthrup opened this issue Sep 15, 2022 · 0 comments
Open

Json Formatting issue sending over http post request #312

TobyNorthrup opened this issue Sep 15, 2022 · 0 comments

Comments

@TobyNorthrup
Copy link

I am using AT commands to send a post request using application/Json. I am trying to Format my post request to send multiple values for every key but I having trouble getting the formatting correct so that I don't get an error

This is my serial output, which is showing how I have it formatted to send now
image

This is how I am formatting it now in my code
image

How can I format the string so that I can send multiple values for every key { "Lat": [val1, val2 ,val3], Long: [val1, val2, val3], ....}

I have tried to updated it but I can't get it to format correctly

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