speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Double quotes for JSON output #103

Open n-l opened 1 month ago

n-l commented 1 month ago

Hello,

From what I can tell, the JSON data that is output when using the API uses single quotes for both keys and values, instead of using double quotes as defined in the JSON spec. Could we get an API parameter for double quotes instead of having to do a manual conversion afterwards?

Thanks!