Move away from JSON as metadata interchange between C++ and Python #593
Labels
good first issue
Good for newcomers
refactor
Improves code itself, but does not fix a bug or add new functionality.
All of the metadata we expose to users in Python comes from the C++ side. These are mostly fields in the C++
VideoDecoder
. Right now, we communicate that data from C++ to Python through a JSON string. We should explore other mechanisms so that we don't rely on JSON on the Python side.The text was updated successfully, but these errors were encountered: