ssbc / bipf

Binary json codec optimized for in-place access
MIT License
48 stars 9 forks source link

feedback: encoding looks basically like DER #7

Open cryptix opened 3 years ago

cryptix commented 3 years ago

In @staltz' FOSDEM2021 talk we had the feedback that the encoding is basically DER, which is also type, length, value.

While my guess is that most DER libraries don't offer a seek to label and decode as type kind of API that bipf offers, it might short cut some documentation needs.