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

Switch to json c #156

Closed
wants to merge 29 commits into from
Closed

Switch to json c #156

wants to merge 29 commits into from

Conversation

xw19
Copy link

@xw19 xw19 commented Jan 19, 2025

Switching from Jansson to Json-C

saschagrunert and others added 29 commits January 7, 2025 22:03
This is the first step in migrating from yajl to jansson. We now enable
to link it in the same way and add it as dependency to the project.

Signed-off-by: Sascha Grunert <[email protected]>
Added a temporary function to yajl_val to json_t
converted YAJL_GET_STRING to json_string_value
converted YAJL_IS_NUMBER to json_is_number
added functions from double to various int types.
YAJL_GET_NUMBER returns string. While json_number_value returns double.

Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sascha Grunert <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
Signed-off-by: Sourav Moitra <[email protected]>
@xw19 xw19 force-pushed the switch-to-json-c branch from 7cf8461 to 5a3089a Compare January 19, 2025 15:59
@xw19 xw19 closed this Jan 19, 2025
@xw19 xw19 deleted the switch-to-json-c branch January 19, 2025 16:10
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.

2 participants