-
Notifications
You must be signed in to change notification settings - Fork 161
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
ASN1.toObject #13
Comments
Sorry, I don't understand what is happening there… what are |
ASN1 structure Extension ::= SEQUENCE { schemas.Extension = { JavaScrip code asn.toObject(schemas.Extension) return value of function is { Среда, 22 апреля 2015, 7:06 -07:00 от Lapo Luchini [email protected]:
|
Ah ok, you mean parsing an ASN.1 format definition file and decoding using named structures instead of anonymous ASN.1 structures? |
I wrote simple ASN1Schema JavaScript code. It has got only one method 'get'. I sent source code of my library to your email. Can you examinate it and tell me ypur oppinin. If you'd like it I can help you to write ASN1.toObject method. Среда, 22 апреля 2015, 8:12 -07:00 от Lapo Luchini [email protected]:
|
@microshine I'm so sorry! This was good stuff, but at the time I was too stressed to think about it and then I totally forgot about this issue. :( I started coding this feature myself a few days ago, using a different approach (parsing BNF definitions directly out of RFC sources). I'll work on integrating that with the parser next. |
Propose to add new functionality.
Add feature allows to convert ASN structure in Javascript object using given schema.
The text was updated successfully, but these errors were encountered: