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 serialization #744

Merged
merged 7 commits into from
Sep 25, 2024
Merged

Improve Json serialization #744

merged 7 commits into from
Sep 25, 2024

Conversation

mairas
Copy link
Collaborator

@mairas mairas commented Sep 25, 2024

ArduinoJson's automatic serialization facilities are used to convert native types into SK compatible Json objects.

Serializers are implemented for std::vector and different position vector types.

A Nullable template class is implemented: special value denotes an invalid value (think of N2K invalid values) that is serialized to null.

@mairas mairas merged commit 9eae629 into main Sep 25, 2024
28 checks passed
@mairas mairas deleted the nullable branch September 25, 2024 17:08
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