mtth / avsc

Avro for JavaScript :zap:
MIT License
1.28k stars 148 forks source link

Question: dynamic avro-schema generation #378

Closed Simpey closed 2 years ago

Simpey commented 2 years ago

Much thx for you lib, guys. I have a question, do you support dynamic avro-schema generation? Can't find any info about it in documentation

mtth commented 2 years ago

The schema is a standard JavaScript object, you can assemble it dynamically if needed. Type.forValue can also generate one from a value.