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

Add getting un decoded arrays and maps #117

Merged
merged 17 commits into from
May 14, 2024
Merged

Conversation

laurencelundblade
Copy link
Owner

@laurencelundblade laurencelundblade commented Aug 1, 2021

This adds QCBORDecode_GetArray() and QCBORDecode_GetMap() plus friends.

This also adds UsefulBuf_OffsetToPointer() and UsefulInputBuf_PointerToOffset()

Consume no longer validates standard tags like big floats when it is consuming stuff. It still checks for CBOR that is not well formed.

There was some internal restructuring of array and map processing, but the tests are thorough and they are all passing.

This is to address #112

@laurencelundblade laurencelundblade merged commit a29f45a into master May 14, 2024
40 checks passed
@laurencelundblade laurencelundblade deleted the return_arrays branch May 14, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant