We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposed JSON format:
{ "title": "OID profile", "fail": false, "cbor": "...hex...", "type": "oid", "value": "1.2.3.4" }
The above could be used to test both encoder and decoder. For error cases I would focus on decoding only:
{ "title": "Invalid URI profile (tagged)", "fail": true, "cbor": "...hex.." }
The text was updated successfully, but these errors were encountered:
This is a beautiful idea. But it should be tracked in the gluecose org.
Sorry, something went wrong.
No branches or pull requests
Proposed JSON format:
The above could be used to test both encoder and decoder. For error cases I would focus on decoding only:
The text was updated successfully, but these errors were encountered: