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

Getting extra dot "." in serialised json string #903

Open
mudgalp opened this issue Nov 11, 2024 · 1 comment
Open

Getting extra dot "." in serialised json string #903

mudgalp opened this issue Nov 11, 2024 · 1 comment

Comments

@mudgalp
Copy link

mudgalp commented Nov 11, 2024

JSON Output: {
."date&time":."2024-11-29T10:10:54",
."imei":."865006046730264",
."lat":."12.905797",
."lon":."77.621657",
."speed":."0.0000",
."signal":."19",
."battery":."75",
."strg":."0"
}

I'm getting this string output when I'm trying to use cJSON.
an extra dot (.) is coming with key and value both parameters.
can anyone help??

@mbratch
Copy link

mbratch commented Dec 25, 2024

Can you please show your code (the calls to cJSON library in context) that is creating this?

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

2 participants