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

Jansson has no support for uint64 #155

Open
wants to merge 2 commits into
base: switch-to-jansson
Choose a base branch
from

Conversation

xw19
Copy link

@xw19 xw19 commented Dec 31, 2024

Parsing uint64 is not clean because jansson supports only long long int which is half of long long unisigned int

Refer #138

@xw19 xw19 force-pushed the switch-to-jansson branch 2 times, most recently from f3bc3cd to 7fc2991 Compare December 31, 2024 20:11
@xw19
Copy link
Author

xw19 commented Jan 1, 2025

@saschagrunert @giuseppe PTAL

@xw19 xw19 force-pushed the switch-to-jansson branch 2 times, most recently from e51417c to ef659e9 Compare January 1, 2025 08:20
@xw19 xw19 changed the title Jansson has no support for uint64 WIP: Jansson has no support for uint64 Jan 2, 2025
@xw19 xw19 force-pushed the switch-to-jansson branch from ef659e9 to 169c00b Compare January 2, 2025 15:53
Signed-off-by: Sourav Moitra <[email protected]>
@xw19 xw19 force-pushed the switch-to-jansson branch from 5287f46 to fd50647 Compare January 2, 2025 16:19
@xw19 xw19 changed the title WIP: Jansson has no support for uint64 Jansson has no support for uint64 Jan 3, 2025
Signed-off-by: Sourav Moitra <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant