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

Use JSON module instead of cJSON #155

Merged
merged 27 commits into from
Apr 15, 2022
Merged

Use JSON module instead of cJSON #155

merged 27 commits into from
Apr 15, 2022

Conversation

TwistedTwigleg
Copy link
Contributor

@TwistedTwigleg TwistedTwigleg commented Mar 2, 2022

Description of changes:

Modifies the code to use the JSON module in AWS C Common instead of directly using cJSON. This prevents duplicate copies/includes of cJSON, as well as helping reduce additional dependencies and code duplication.

Note - is dependent on the following PR: awslabs/aws-c-common#889


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@TwistedTwigleg TwistedTwigleg marked this pull request as ready for review April 15, 2022 16:41
tests/aws_imds_client_test.c Outdated Show resolved Hide resolved
tests/aws_imds_client_test.c Outdated Show resolved Hide resolved
@TwistedTwigleg
Copy link
Contributor Author

Thanks for the reviews! Merging into main...

@TwistedTwigleg TwistedTwigleg merged commit 5f49a0c into main Apr 15, 2022
@TwistedTwigleg TwistedTwigleg deleted the CJSON_Module branch April 15, 2022 22:58
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.

None yet

2 participants