You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for your extension which works well for my needs (C-ITS messages).
I search a solution to convert ASN.1 templates in XML or JSON format.
That means to build the complete tree from a high level structure to the lowest basic fields.
Do you have an API or tools for that ?
I work on windows.
Best regards.
The text was updated successfully, but these errors were encountered:
Your timing is impeccable! I am working on an ASN.1 compiler now which converts ASN.1 to TypeScript, but I have decided that I am going to break off the ASN.1-specific features of it off into a separate ASN.1-parsing module, then incorporate said module into the VS Code extension as well as compilers.
I expect near future versions of the VS Code extension will have a Visual Studio-like Solution Explorer, where ASN.1 definitions are listed in a tree view on the left. I will definitely have some way of converting it to JSON. I will consider adding XML functionality, but I am not inclined to, just because it would be so much more difficult and much less useful than JSON formatting.
Alongside the ASN.1-parser module, I also expect to publish Serverless functions that you can use to generate abstract syntax trees, among other things. Stay tuned! These should be release in the next few weeks.
Hello,
Thank you for your extension which works well for my needs (C-ITS messages).
I search a solution to convert ASN.1 templates in XML or JSON format.
That means to build the complete tree from a high level structure to the lowest basic fields.
Do you have an API or tools for that ?
I work on windows.
Best regards.
The text was updated successfully, but these errors were encountered: