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

JER decoder #144

Merged
merged 1 commit into from
Nov 29, 2023
Merged

JER decoder #144

merged 1 commit into from
Nov 29, 2023

Conversation

v0-e
Copy link

@v0-e v0-e commented Nov 29, 2023

This PR provides JSON decoding support.
This is a basic implementation mostly tested against the output of jer_encode.
It should be able to decode anything that the current JSON encoder outputs.

Similarly to the encoder, the decoder also exhibits some issues. The problematic types include, but may not be limited to, ANY, BMPString, SET, RELATIVE-OID, UniversalString, and NULL.
While some issues may be relatively easy to fix, I have excluded their resolution from this PR as they impact both the encoder and decoder.

I'll also try to add some tests in the meanwhile.

@mouse07410
Copy link
Owner

Thank you!

@mouse07410 mouse07410 merged commit 3751425 into mouse07410:vlm_master Nov 29, 2023
1 check passed
@v0-e v0-e deleted the jer-decoder branch December 1, 2023 09: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