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

Improve JSON payload encoder/decoder #544

Open
3 tasks
Danielius1922 opened this issue Oct 10, 2023 · 0 comments
Open
3 tasks

Improve JSON payload encoder/decoder #544

Danielius1922 opened this issue Oct 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Danielius1922
Copy link
Member

Basic version available with OC_JSON_ENCODER_ENABLED=ON (cmake) / JSON_ENCODER=1 (Makefile).

Missing / unfinished features:

  • decoding of doubles / floats (currently parsed as integers)
  • encoding and decoding of byte arrays (use base64)
  • forcing unit and integration tests to always use JSON fails, it seems that CBOR is still hard coded in some places (it should use runtime configuration for encoding and content format header to configure decoder)
@Danielius1922 Danielius1922 self-assigned this Oct 10, 2023
@jkralik jkralik added the enhancement New feature or request label Jun 3, 2024
@jkralik jkralik changed the title Implement JSON payload encoder/decoder Improve JSON payload encoder/decoder Jun 3, 2024
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

No branches or pull requests

2 participants