AllenNeuralDynamics / aind-watchdog-service

MIT License
2 stars 0 forks source link

Support JSON format as input files #7

Open bruno-f-cruz opened 2 months ago

bruno-f-cruz commented 2 months ago

In addition to yaml, it would be very helpful to support json files. This would be really easy to support as pydantic already natively supports json deserialization but not yaml deserialization.